Skip to content

Commit b2adfdd

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks/triton_kernels_benchmark/gemm_benchmark.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ def benchmark(B, M, N, K, provider):
342342
'gemm_shape_32_4096_4096_128': 'Test_32x4096x4096x128_row_row',
343343
'gemm_shape_4096_8_128_16384': 'Test_4096x8x128x16384_row_row',
344344
'gemm_shape_4096_8_16384_128': 'Test_4096x8x16384x128_row_row',
345+
'gemm_streamk_shape_3072_4096_3072': 'stream_k_gemm_run',
345346
}
346347

347348
# benchmark_suit.assert_close(xetla_fn(), torch_fn(), atol=1e-4, rtol=1.0, err_msg='xetla to torch')

0 commit comments

Comments
 (0)