Skip to content

Commit 333802e

Browse files
committed
run all tutorials
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent e51d1a7 commit 333802e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/test-triton.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,16 @@ run_tutorial_tests() {
217217
python -m pip install matplotlib pandas tabulate -q
218218
cd $TRITON_PROJ/python/tutorials
219219

220+
run_tutorial_test "01-vector-add"
221+
run_tutorial_test "02-fused-softmax"
222+
run_tutorial_test "03-matrix-multiplication"
223+
run_tutorial_test "04-low-memory-dropout"
224+
run_tutorial_test "05-layer-norm"
225+
run_tutorial_test "06-fused-attention"
226+
run_tutorial_test "07-extern-functions"
220227
run_tutorial_test "08-grouped-gemm"
228+
run_tutorial_test "10-experimental-block-pointer"
229+
run_tutorial_test "10i-experimental-block-pointer"
221230
}
222231

223232
run_microbench_tests() {

0 commit comments

Comments
 (0)