Skip to content

Commit daa6d43

Browse files
[GEMM] Remove TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT (#2861)
Address payload optimization is already implemented in IGC. Removing `TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT` causes no performance impact. Signed-off-by: Whitney Tsang <[email protected]>
1 parent 9161385 commit daa6d43

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

scripts/test-triton.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)