File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments