mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-18 03:49:41 +00:00
add parsing grouped conv fwd instances
[ROCm/composable_kernel commit: eda5938386]
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
# Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
import functools
|
||||
import os
|
||||
|
||||
|
||||
@functools.lru_cache(None)
|
||||
def library_path():
|
||||
return os.path.join(os.path.dirname(__file__), 'library')
|
||||
return os.path.join(os.path.dirname(__file__), "library")
|
||||
|
||||
Reference in New Issue
Block a user