Skip to content

Commit 43d55ca

Browse files
address review comment
Signed-off-by: Whitney Tsang <[email protected]>
1 parent f7c43d7 commit 43d55ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/triton_kernels_benchmark/gemm_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def benchmark(B, M, N, K, provider):
329329
'gemm_shape_1_512_32768_8192': 'Test_1x512x32768x8192_row_row',
330330
'gemm_shape_1_1024_16384_8192': 'Test_1x1024x16384x8192_row_row',
331331
'gemm_shape_1_1024_28672_8192': 'Test_1x1024x28672x8192_row_row',
332-
'gemm_shape_1_3072_4096_3072': 'Test_1x3072x4096x3072_row_row',
332+
'gemm_streamk_shape_3072_4096_3072': 'Test_1x3072x4096x3072_row_row',
333333
'gemm_shape_1_4096_16384_8192': 'Test_1x4096x16384x8192_row_row',
334334
'gemm_shape_1_8192_16384_1024': 'Test_1x8192x16384x1024_row_row',
335335
'gemm_shape_1_8192_16384_4096': 'Test_1x8192x16384x4096_row_row',

0 commit comments

Comments
 (0)