File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11name : Triton benchmarks
2+ run-name : ${{ inputs.run_name }}
23
34on :
45 workflow_dispatch :
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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments