@@ -157,21 +157,8 @@ jobs:
157157 source ../../scripts/capture-hw-details.sh
158158 python ../../scripts/build_report.py $REPORTS/matmul-performance-base.csv $REPORTS/gemm-triton-report.csv --benchmark gemm --compiler triton --param_cols "B,M,K,N" --tflops_col Triton-TFlops --hbm_col "Triton-GB/s" --tag $TAG
159159 python ../../scripts/build_report.py $REPORTS/matmul-performance-base.csv $REPORTS/gemm-xetla-report.csv --benchmark gemm --compiler xetla --param_cols "B,M,K,N" --tflops_col XeTLA-TFlops --hbm_col "XeTLA-GB/s" --tag $TAG
160-
161- - name : Run Triton GEMM kernel benchmark - default path
162- if : ${{ steps.install.outcome == 'success' && !cancelled() && !contains(fromJson(inputs.skip_benchmarks || '[]'), 'gemm_benchmark.py_default') }}
163- run : |
164- cd benchmarks/triton_kernels_benchmark
165- # Default path:
166- TRITON_INTEL_ADVANCED_PATH=0 \
167- IGC_VISAOptions=" -enableBCR -nolocalra" \
168- IGC_DisableLoopUnroll=1 \
169- python gemm_benchmark.py --reports $REPORTS
170- mv $REPORTS/matmul-performance.csv $REPORTS/matmul-performance-default-path.csv
171-
172- source ../../scripts/capture-hw-details.sh
173- TAG="${TAG}-dflt"
174- python ../../scripts/build_report.py $REPORTS/matmul-performance-default-path.csv $REPORTS/gemm-triton-default-report.csv --benchmark gemm --compiler triton --param_cols "B,M,K,N" --tflops_col Triton-TFlops --hbm_col "Triton-GB/s" --tag $TAG
160+ # Remove after Grafana migration
161+ python ../../scripts/build_report.py $REPORTS/matmul-performance-base.csv $REPORTS/gemm-triton-report.csv --benchmark gemm --compiler triton --param_cols "B,M,K,N" --tflops_col Triton-TFlops --hbm_col "Triton-GB/s" --tag ${TAG}-dflt
175162
176163 - name : Run Triton GEMM kernel benchmark - advanced path
177164 if : ${{ steps.install.outcome == 'success' && !cancelled() && !contains(fromJson(inputs.skip_benchmarks || '[]'), 'gemm_benchmark.py_advanced') }}
0 commit comments