Skip to content

Commit 84540ed

Browse files
authored
fix typo (#3244)
1 parent 47e2ed8 commit 84540ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1502,7 +1502,7 @@ pipeline {
15021502
-D GEMM_MULTI_D_LAYOUT="rcrr;rrrr;crrr;ccrr" \
15031503
-D GEMM_PRESHUFFLE_DATATYPE="fp16;fp8;bf16;bf8" \
15041504
-D GEMM_PRESHUFFLE_LAYOUT="rcr" .. && \
1505-
ninja -j64 benchmark_gemm_all enchmark_gemm_preshuffle_all benchmark_gemm_multi_d_all && \
1505+
ninja -j64 benchmark_gemm_all benchmark_gemm_preshuffle_all benchmark_gemm_multi_d_all && \
15061506
python3 ../tile_engine/ops/gemm/gemm_benchmark.py . --problem-sizes "1024,1024,1024" --warmup 5 --repeat 5 --verbose --json results.json && \
15071507
python3 ../tile_engine/ops/gemm_preshuffle/gemm_preshuffle_benchmark.py . --problem-sizes "1024,1024,1024" --warmup 5 --repeat 5 --verbose --json results.json && \
15081508
python3 ../tile_engine/ops/gemm_multi_d/gemm_multi_d_benchmark.py . --problem-sizes "1024,1024,1024" --warmup 5 --repeat 5 --verbose --json results.json """

0 commit comments

Comments
 (0)