Skip to content

Commit 24c95d9

Browse files
[FA] Remove TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT (#2919)
Address payload optimization is already implemented in IGC. Removing `TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT` causes no performance impact. CI: https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/12152410219 Signed-off-by: Whitney Tsang <[email protected]>
1 parent 8e8394a commit 24c95d9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ jobs:
250250
run: |
251251
cd benchmarks/triton_kernels_benchmark
252252
TRITON_INTEL_ADVANCED_PATH=1 \
253-
TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT=1 \
254253
IGC_VISAOptions=" -enableBCR" \
255254
python flash_attention_fwd_benchmark.py --reports $REPORTS
256255

scripts/test-triton.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ run_benchmark_attention() {
284284

285285
echo "Advanced path:"
286286
TRITON_INTEL_ADVANCED_PATH=1 \
287-
TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT=1 \
288287
IGC_VISAOptions=" -enableBCR" \
289288
python $TRITON_PROJ/benchmarks/triton_kernels_benchmark/flash_attention_fwd_benchmark.py
290289
}

0 commit comments

Comments
 (0)