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.
1 parent 35174a6 commit 7d84faeCopy full SHA for 7d84fae
.github/workflows/triton-benchmarks.yml
@@ -255,7 +255,7 @@ jobs:
255
cd benchmarks/triton_kernels_benchmark
256
TRITON_INTEL_ADVANCED_PATH=0 \
257
TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT=1 \
258
- IGC_VISAOptions=" -enableBCR" \
+ IGC_EnableVector8LoadStore=1 IGC_VISAOptions=" -enableBCR" \
259
python flash_attention_fwd_benchmark.py --reports $REPORTS
260
261
TAG="${TAG}-dflt"
0 commit comments