File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,6 @@ jobs:
158158 cd benchmarks/triton_kernels_benchmark
159159 # Default path:
160160 TRITON_INTEL_ADVANCED_PATH=0 \
161- TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT=1 \
162161 IGC_VISAOptions=" -enableBCR -nolocalra" \
163162 IGC_DisableLoopUnroll=1 \
164163 python gemm_benchmark.py --reports $REPORTS
@@ -174,7 +173,6 @@ jobs:
174173 cd benchmarks/triton_kernels_benchmark
175174 # Advanced path:
176175 TRITON_INTEL_ADVANCED_PATH=1 \
177- TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT=1 \
178176 IGC_VISAOptions=" -enableBCR -nolocalra" \
179177 IGC_DisableLoopUnroll=1 \
180178 python gemm_benchmark.py --reports $REPORTS
Original file line number Diff line number Diff line change @@ -264,14 +264,12 @@ run_benchmark_gemm() {
264264
265265 echo " Default path:"
266266 TRITON_INTEL_ADVANCED_PATH=0 \
267- TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT=1 \
268267 IGC_VISAOptions=" -enableBCR -nolocalra" \
269268 IGC_DisableLoopUnroll=1 \
270269 python $TRITON_PROJ /benchmarks/triton_kernels_benchmark/gemm_benchmark.py
271270
272271 echo " Advanced path:"
273272 TRITON_INTEL_ADVANCED_PATH=1 \
274- TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT=1 \
275273 IGC_VISAOptions=" -enableBCR -nolocalra" \
276274 IGC_DisableLoopUnroll=1 \
277275 python $TRITON_PROJ /benchmarks/triton_kernels_benchmark/gemm_benchmark.py
You can’t perform that action at this time.
0 commit comments