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 284d898 commit 6ccc243Copy full SHA for 6ccc243
.github/workflows/triton-benchmarks.yml
@@ -116,7 +116,7 @@ jobs:
116
python setup.py install
117
118
- name: Run Triton Softmax kernel benchmark
119
- if: ${{ steps.install.outcome == 'success' && !cancelled() && contains(inputs.skip_benchmarks, "fused_softmax.py") }}
+ if: ${{ steps.install.outcome == 'success' && !cancelled() && contains(inputs.skip_benchmarks, 'fused_softmax.py') }}
120
run: |
121
cd benchmarks/triton_kernels_benchmark
122
python fused_softmax.py --reports $REPORTS
0 commit comments