diff --git a/Jenkinsfile b/Jenkinsfile index 282c3a6049..ed4c39126b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1207,8 +1207,8 @@ pipeline { -D GPU_TARGETS="gfx90a" \ -D GEMM_DATATYPE="fp8;fp16" \ -D GEMM_LAYOUT="rcr;rrr;crr;ccr" \ - -D DGEMM_MULTI_D_DATATYPE="fp16" \ - -D DGEMM_MULTI_D_LAYOUT="rcrr;rrrr;crrr;ccrr" \ + -D GEMM_MULTI_D_DATATYPE="fp16" \ + -D GEMM_MULTI_D_LAYOUT="rcrr;rrrr;crrr;ccrr" \ -DCMAKE_CXX_FLAGS=" -O3 " .. && \ ninja -j64 benchmark_gemm_fp8_rcr && \ ./bin/benchmark_gemm_fp8_rcr && \ @@ -1255,8 +1255,8 @@ pipeline { -D GPU_TARGETS="gfx942" \ -D GEMM_DATATYPE="fp8;fp16" \ -D GEMM_LAYOUT="rcr;rrr;crr;ccr" \ - -D DGEMM_MULTI_D_DATATYPE="fp16" \ - -D DGEMM_MULTI_D_LAYOUT="rcrr;rrrr;crrr;ccrr" \ + -D GEMM_MULTI_D_DATATYPE="fp16" \ + -D GEMM_MULTI_D_LAYOUT="rcrr;rrrr;crrr;ccrr" \ -DCMAKE_CXX_FLAGS=" -O3 " .. && \ ninja -j64 benchmark_gemm_fp8_rcr && \ ./bin/benchmark_gemm_fp8_rcr && \