Skip to content

Commit e4416dd

Browse files
[FA] Reduce IGC_VISAOptions (#2417)
No performance degradation. Signed-off-by: Whitney Tsang <[email protected]>
1 parent a30754e commit e4416dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
cd benchmarks/triton_kernels_benchmark
222222
TRITON_INTEL_ADVANCED_PATH=0 \
223223
TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT=1 \
224-
IGC_VISAOptions=" -enableBCR -nolocalra -printregusage -DPASTokenReduction -enableHalfLSC -abiver 2" \
224+
IGC_VISAOptions=" -enableBCR" \
225225
python flash_attention_fwd_benchmark.py --reports $REPORTS
226226
227227
TAG=${{ inputs.tag || 'ci' }}-dflt
@@ -235,7 +235,7 @@ jobs:
235235
TRITON_INTEL_ADVANCED_PATH=1 \
236236
TRITON_INTEL_ENABLE_INSTR_SCHED=1 \
237237
TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT=1 \
238-
IGC_VISAOptions=" -enableBCR -nolocalra -printregusage -DPASTokenReduction -enableHalfLSC -abiver 2" \
238+
IGC_VISAOptions=" -enableBCR" \
239239
python flash_attention_fwd_benchmark.py --reports $REPORTS
240240
241241
TAG=${{ inputs.tag || 'ci' }}-adv

scripts/test-triton.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,14 +279,14 @@ run_benchmark_attention() {
279279
echo "Default path:"
280280
TRITON_INTEL_ADVANCED_PATH=0 \
281281
TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT=1 \
282-
IGC_VISAOptions=" -enableBCR -nolocalra -printregusage -DPASTokenReduction -enableHalfLSC" \
282+
IGC_VISAOptions=" -enableBCR" \
283283
python $TRITON_PROJ/benchmarks/triton_kernels_benchmark/flash_attention_fwd_benchmark.py
284284

285285
echo "Advanced path:"
286286
TRITON_INTEL_ADVANCED_PATH=1 \
287287
TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT=1 \
288288
TRITON_INTEL_ENABLE_INSTR_SCHED=1 \
289-
IGC_VISAOptions=" -enableBCR -nolocalra -printregusage -DPASTokenReduction -enableHalfLSC" \
289+
IGC_VISAOptions=" -enableBCR" \
290290
python $TRITON_PROJ/benchmarks/triton_kernels_benchmark/flash_attention_fwd_benchmark.py
291291
}
292292

0 commit comments

Comments
 (0)