Skip to content

Commit 712c603

Browse files
committed
Enable long loads
1 parent e1f4e6d commit 712c603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
if: ${{ steps.install.outcome == 'success' && !cancelled() && !contains(fromJson(inputs.skip_benchmarks || '[]'), 'flash_attention_fwd_benchmark.py') }}
234234
run: |
235235
cd benchmarks/triton_kernels_benchmark
236-
python flash_attention_fwd_benchmark.py --reports $REPORTS
236+
IGC_EnableVector8LoadStore=1 python flash_attention_fwd_benchmark.py --reports $REPORTS
237237
238238
source ../../scripts/capture-hw-details.sh
239239
python ../../scripts/build_report.py $REPORTS/attn-performance.csv $REPORTS/attn-triton-report.csv --benchmark attn --compiler triton --param_cols "Z,H,N_CTX,D_HEAD,CAUSAL" --tflops_col Triton-TFlops --hbm_col "Triton-GB/s" --tag $TAG
@@ -245,7 +245,7 @@ jobs:
245245
cd benchmarks/triton_kernels_benchmark
246246
TRITON_INTEL_ADVANCED_PATH=0 \
247247
TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT=1 \
248-
IGC_VISAOptions=" -enableBCR" \
248+
IGC_EnableVector8LoadStore=1 IGC_VISAOptions=" -enableBCR" \
249249
python flash_attention_fwd_benchmark.py --reports $REPORTS
250250
251251
TAG="${TAG}-dflt"

0 commit comments

Comments
 (0)