Skip to content

Commit

Permalink
truncate name for cutlass profiler (#2124)
Browse files Browse the repository at this point in the history
Co-authored-by: yuzhai <[email protected]>
  • Loading branch information
yzhaiustc and yuzhai authored Feb 21, 2025
1 parent 9b3772d commit afa1772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/cutlass_library/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -900,9 +900,9 @@ class GemmKind(enum.Enum):
GemmKind.PlanarComplex: "gemm_planar_complex",
GemmKind.PlanarComplexArray: "gemm_planar_complex_array",
GemmKind.Grouped: "gemm_grouped",
GemmKind.BlockScaledUniversal3x: "gemm_block_scaled",
GemmKind.BlockScaledUniversal3x: "gemm",
GemmKind.GroupedUniversal3x: "gemm_grouped",
GemmKind.GroupedBlockScaledUniversal3x: "gemm_grouped_block_scaled"
GemmKind.GroupedBlockScaledUniversal3x: "gemm_grouped"
}

#
Expand Down

0 comments on commit afa1772

Please sign in to comment.