Skip to content

Commit 3a7e32b

Browse files
[FA] Remove TRITON_INTEL_ENABLE_INSTR_SCHED (#2578)
A 5% geomean improvement is observed on FA advanced path with `TRITON_INTEL_ENABLE_INSTR_SCHED` removed. CI: https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/11541276782, https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/11540829777 --------- Signed-off-by: Whitney Tsang <[email protected]>
1 parent 5feeb96 commit 3a7e32b

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
@@ -253,7 +253,6 @@ jobs:
253253
run: |
254254
cd benchmarks/triton_kernels_benchmark
255255
TRITON_INTEL_ADVANCED_PATH=1 \
256-
TRITON_INTEL_ENABLE_INSTR_SCHED=1 \
257256
TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT=1 \
258257
IGC_VISAOptions=" -enableBCR" \
259258
python flash_attention_fwd_benchmark.py --reports $REPORTS

scripts/test-triton.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ 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 \
289288
IGC_VISAOptions=" -enableBCR" \
290289
python $TRITON_PROJ/benchmarks/triton_kernels_benchmark/flash_attention_fwd_benchmark.py
291290
}

0 commit comments

Comments
 (0)