File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -254,6 +254,7 @@ jobs:
254254 cd benchmarks/triton_kernels_benchmark
255255 rm -rf ~/.triton/cache
256256 TRITON_INTEL_ADVANCED_PATH=1 \
257+ TRITON_INTEL_ENABLE_INSTR_SCHED=1 \
257258 TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT=1 \
258259 IGC_VISAOptions=" -enableBCR" \
259260 python flash_attention_fwd_benchmark.py --reports $REPORTS
Original file line number Diff line number Diff line change @@ -285,6 +285,7 @@ run_benchmark_attention() {
285285 echo " Advanced path:"
286286 TRITON_INTEL_ADVANCED_PATH=1 \
287287 TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT=1 \
288+ TRITON_INTEL_ENABLE_INSTR_SCHED=1 \
288289 IGC_VISAOptions=" -enableBCR" \
289290 python $TRITON_PROJ /benchmarks/triton_kernels_benchmark/flash_attention_fwd_benchmark.py
290291}
You can’t perform that action at this time.
0 commit comments