Skip to content

Commit 75eed88

Browse files
authored
[KERNELS] fixup leftover experiment code (#7599)
1 parent d0642aa commit 75eed88

File tree

1 file changed

+1
-1
lines changed
  • python/triton_kernels/triton_kernels/matmul_ogs_details

1 file changed

+1
-1
lines changed

python/triton_kernels/triton_kernels/matmul_ogs_details/_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def convert_dtype(dtype):
8484
# suffix = "" if not mode else "_o" + (''.join(mode))
8585
# if base_name.startswith("_p"):
8686
# suffix += "_ptma"
87-
return f"cutlass_{base_name}_{layouts}_{dtypes}_{blocks}"
87+
return f"{base_name}_{layouts}_{dtypes}_{blocks}"
8888

8989
return matmul_repr
9090

0 commit comments

Comments
 (0)