VidChain-exercise
/
VTimeLLM
/flash-attention
/csrc
/composable_kernel
/python
/ck4inductor
/util.py
| # SPDX-License-Identifier: MIT | |
| # Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved. | |
| import functools | |
| import os | |
| def library_path(): | |
| return os.path.join(os.path.dirname(__file__), "library") | |