Skip to content

Commit 7d84fae

Browse files
authored
Add flag
1 parent 35174a6 commit 7d84fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
cd benchmarks/triton_kernels_benchmark
256256
TRITON_INTEL_ADVANCED_PATH=0 \
257257
TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT=1 \
258-
IGC_VISAOptions=" -enableBCR" \
258+
IGC_EnableVector8LoadStore=1 IGC_VISAOptions=" -enableBCR" \
259259
python flash_attention_fwd_benchmark.py --reports $REPORTS
260260
261261
TAG="${TAG}-dflt"

0 commit comments

Comments
 (0)