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 763d9a5 commit 80a7b22Copy full SHA for 80a7b22
.github/workflows/build-test-reusable.yml
@@ -311,14 +311,14 @@ jobs:
311
if: matrix.suite == 'mxfp'
312
run: |
313
cat <<EOF | tee tutorials.txt
314
- 09-persistent-matmul
+ 06-fused-attention
315
EOF
316
317
- name: Select tutorials to run (scaled_dot)
318
if: matrix.suite == 'scaled_dot'
319
320
321
- 06-fused-attention
+ 09-persistent-matmul
322
323
324
- name: Select tutorials to run (rest)
0 commit comments