mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-23 22:34:36 +00:00
Ck tile engine commons (#3166)
* Moving Preshuffle to commons
* Fixing Common Validations
* Addressing Review Comments
* Partial Rebasing
* Partial Rebasing
* Partial Rebasing
* Rebasing Complete
[ROCm/composable_kernel commit: 9af30f04b6]
This commit is contained in:
committed by
GitHub
parent
4c43e89a84
commit
5c19f34cb4
@@ -21,7 +21,8 @@ def _import_validation_utils():
|
||||
|
||||
# Load the module dynamically
|
||||
spec = importlib.util.spec_from_file_location(
|
||||
"validation_utils", os.path.join(parent_dir, "commons", "validation_utils.py")
|
||||
"validation_utils",
|
||||
os.path.join(parent_dir, "commons", "gemm_validation_utils.py"),
|
||||
)
|
||||
validation_utils = importlib.util.module_from_spec(spec)
|
||||
spec.loader.exec_module(validation_utils)
|
||||
|
||||
Reference in New Issue
Block a user