Skip to content

Commit ec7dff7

Browse files
committed
Merge branch 'main' into gregory/windows-support
2 parents 14f01c8 + 3a7e32b commit ec7dff7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Triton benchmarks
2+
run-name: ${{ inputs.run_name }}
23

34
on:
45
workflow_dispatch:
@@ -19,6 +20,10 @@ on:
1920
- ELAPSED_TIME
2021
- UPSTREAM_PYTORCH_PROFILER
2122
default: PYTORCH_LEGACY_PROFILER_USING_IPEX
23+
run_name:
24+
description: Run name
25+
type: string
26+
default: "Triton benchmarks"
2227
schedule:
2328
- cron: "5 23 * * *"
2429
pull_request:
@@ -248,7 +253,6 @@ jobs:
248253
run: |
249254
cd benchmarks/triton_kernels_benchmark
250255
TRITON_INTEL_ADVANCED_PATH=1 \
251-
TRITON_INTEL_ENABLE_INSTR_SCHED=1 \
252256
TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT=1 \
253257
IGC_VISAOptions=" -enableBCR" \
254258
python flash_attention_fwd_benchmark.py --reports $REPORTS

scripts/test-triton.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ run_benchmark_attention() {
285285
echo "Advanced path:"
286286
TRITON_INTEL_ADVANCED_PATH=1 \
287287
TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT=1 \
288-
TRITON_INTEL_ENABLE_INSTR_SCHED=1 \
289288
IGC_VISAOptions=" -enableBCR" \
290289
python $TRITON_PROJ/benchmarks/triton_kernels_benchmark/flash_attention_fwd_benchmark.py
291290
}

0 commit comments

Comments
 (0)