diff --git a/.github/workflows/triton-benchmarks.yml b/.github/workflows/triton-benchmarks.yml index 97a115a05f..3723bf6133 100644 --- a/.github/workflows/triton-benchmarks.yml +++ b/.github/workflows/triton-benchmarks.yml @@ -250,7 +250,6 @@ jobs: run: | cd benchmarks/triton_kernels_benchmark TRITON_INTEL_ADVANCED_PATH=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 5b4027559c..0738c6da93 100755 --- a/scripts/test-triton.sh +++ b/scripts/test-triton.sh @@ -284,7 +284,6 @@ run_benchmark_attention() { echo "Advanced path:" TRITON_INTEL_ADVANCED_PATH=1 \ - TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT=1 \ IGC_VISAOptions=" -enableBCR" \ python $TRITON_PROJ/benchmarks/triton_kernels_benchmark/flash_attention_fwd_benchmark.py }