File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -329,14 +329,6 @@ jobs:
329329 export PYTEST_MAX_PROCESSES=4
330330 ${{ env.TRITON_TEST_CMD }} --triton-kernels
331331
332- # FIXME: make sure new tutorials are added to one of the groups (scaled_dot, rest, tutorial-faX)
333- - name : Select tutorials to run (scaled_dot)
334- if : matrix.suite == 'scaled_dot'
335- run : |
336- cat <<EOF | tee tutorials.txt
337- 09-persistent-matmul
338- EOF
339-
340332 - name : Select tutorials to run (rest)
341333 if : matrix.suite == 'rest'
342334 run : |
@@ -348,11 +340,12 @@ jobs:
348340 05-layer-norm
349341 07-extern-functions
350342 08-grouped-gemm
343+ 09-persistent-matmul
351344 10-experimental-block-pointer
352345 EOF
353346
354347 - name : Run Tutorials
355- if : matrix.suite == 'scaled_dot' || matrix.suite == ' rest'
348+ if : matrix.suite == 'rest'
356349 run : |
357350 ${{ env.TRITON_TEST_CMD }} --select-from-file tutorials.txt --tutorial
358351
You can’t perform that action at this time.
0 commit comments