"tests/test_tools/vscode:/vscode.git/clone" did not exist on "9581fcda4c10cf590ab1754950ee51bcb796d68e"
util.py 247 Bytes
Newer Older
1
2
3
# SPDX-License-Identifier: MIT
# Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved.

4
5
6
7
8
9
import functools
import os


@functools.lru_cache(None)
def library_path():
10
    return os.path.join(os.path.dirname(__file__), "library")