From 5cc313ab56c53b5ae01aaee3d854a8e04f9ae998 Mon Sep 17 00:00:00 2001 From: "assistant-librarian[bot]" Date: Sat, 6 Sep 2025 01:38:58 +0000 Subject: [PATCH] Merge commit '5224d2ead3e08e7c0ce051eb3db8c8fcd2afd470' into develop --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3729dbf5e5..c3436ec3b8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1355,7 +1355,7 @@ pipeline { -D GEMM_MULTI_D_LAYOUT="rcrr;rrrr;crrr;ccrr" \ -DCMAKE_CXX_FLAGS=" -O3 " .. && \ ninja -j64 benchmark_gemm_all && \ - python3 ../tile_engine/ops/gemm/gemm_benchmark.py bin --problem-sizes "1024,1024,1024" \ + python3 ../tile_engine/ops/gemm/gemm_benchmark.py . --problem-sizes "1024,1024,1024" \ --warmup 5 --repeat 5 --verbose --json results.json && \ ninja -j64 benchmark_gemm_multi_d_fp16_rrrr && \ ./bin/benchmark_gemm_multi_d_fp16_rrrr && \ @@ -1390,7 +1390,7 @@ pipeline { -D GEMM_MULTI_D_LAYOUT="rcrr;rrrr;crrr;ccrr" \ -DCMAKE_CXX_FLAGS=" -O3 " .. && \ ninja -j64 benchmark_gemm_all && \ - python3 ../tile_engine/ops/gemm/gemm_benchmark.py bin --problem-sizes "1024,1024,1024" \ + python3 ../tile_engine/ops/gemm/gemm_benchmark.py . --problem-sizes "1024,1024,1024" \ --warmup 5 --repeat 5 --verbose --json results.json && \ ninja -j64 benchmark_gemm_multi_d_fp16_rrrr && \ ./bin/benchmark_gemm_multi_d_fp16_rrrr && \