add parsing grouped conv fwd instances

[ROCm/composable_kernel commit: eda5938386]
This commit is contained in:
Max Podkorytov
2024-10-18 17:09:12 +00:00
parent 20cc73be31
commit d99a3611fc
5 changed files with 271 additions and 2 deletions

View File

@@ -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")