diff --git a/.github/workflows/triton-benchmarks.yml b/.github/workflows/triton-benchmarks.yml index d68ed5df74..94e419646b 100644 --- a/.github/workflows/triton-benchmarks.yml +++ b/.github/workflows/triton-benchmarks.yml @@ -253,7 +253,6 @@ jobs: run: | cd benchmarks/triton_kernels_benchmark TRITON_INTEL_ADVANCED_PATH=1 \ - TRITON_INTEL_ENABLE_INSTR_SCHED=1 \ TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT=1 \ IGC_VISAOptions=" -enableBCR" \ python flash_attention_fwd_benchmark.py --reports $REPORTS diff --git a/scripts/test-triton.sh b/scripts/test-triton.sh index 3a62421b7f..1f8681e701 100755 --- a/scripts/test-triton.sh +++ b/scripts/test-triton.sh @@ -285,7 +285,6 @@ run_benchmark_attention() { echo "Advanced path:" TRITON_INTEL_ADVANCED_PATH=1 \ TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT=1 \ - TRITON_INTEL_ENABLE_INSTR_SCHED=1 \ IGC_VISAOptions=" -enableBCR" \ python $TRITON_PROJ/benchmarks/triton_kernels_benchmark/flash_attention_fwd_benchmark.py }