Skip to content

Commit 1e7f09e

Browse files
committed
Add 09-persistent-matmul, sort
Signed-off-by: Pavel Chekin <[email protected]>
1 parent dea0b57 commit 1e7f09e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build-test-reusable.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -320,14 +320,15 @@ jobs:
320320
if: matrix.suite == 'rest'
321321
run: |
322322
cat <<EOF | tee tutorials.txt
323-
10i-experimental-block-pointer
323+
01-vector-add
324+
02-fused-softmax
324325
03-matrix-multiplication
325326
03i-matrix-multiplication
326-
05-layer-norm
327-
02-fused-softmax
328327
04-low-memory-dropout
329-
01-vector-add
328+
05-layer-norm
330329
07-extern-functions
330+
09-persistent-matmul
331+
10i-experimental-block-pointer
331332
EOF
332333
333334
- name: Run Tutorials

0 commit comments

Comments
 (0)