Skip to content

Commit 284d898

Browse files
committed
Test skiplist approach
1 parent 488f57c commit 284d898

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
@@ -116,7 +116,7 @@ jobs:
116116
python setup.py install
117117
118118
- name: Run Triton Softmax kernel benchmark
119-
if: ${{ steps.install.outcome == 'success' && !cancelled() && search(inputs.skip_benchmarks, "fused_softmax.py") }}
119+
if: ${{ steps.install.outcome == 'success' && !cancelled() && contains(inputs.skip_benchmarks, "fused_softmax.py") }}
120120
run: |
121121
cd benchmarks/triton_kernels_benchmark
122122
python fused_softmax.py --reports $REPORTS

0 commit comments

Comments
 (0)