We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT
1 parent 8e8394a commit 24c95d9Copy full SHA for 24c95d9
.github/workflows/triton-benchmarks.yml
@@ -250,7 +250,6 @@ jobs:
250
run: |
251
cd benchmarks/triton_kernels_benchmark
252
TRITON_INTEL_ADVANCED_PATH=1 \
253
- TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT=1 \
254
IGC_VISAOptions=" -enableBCR" \
255
python flash_attention_fwd_benchmark.py --reports $REPORTS
256
scripts/test-triton.sh
@@ -284,7 +284,6 @@ run_benchmark_attention() {
284
285
echo "Advanced path:"
286
287
288
289
python $TRITON_PROJ/benchmarks/triton_kernels_benchmark/flash_attention_fwd_benchmark.py
290
}
0 commit comments