Skip to content

Commit 911e1a4

Browse files
Revert "[FA] Remove TRITON_INTEL_ENABLE_INSTR_SCHED"
This reverts commit e0db41a.
1 parent c999ed4 commit 911e1a4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

scripts/test-triton.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)