Skip to content

Commit caf9fde

Browse files
authored
Report tutorial 09 (#4230)
The tutorial 09 uses Proton, so it previously was excluded from reporting. Enabling reporting for this tutorial so it will be available in the pass rate. This brings the total number of tutorials to 12. Signed-off-by: Pavel Chekin <[email protected]>
1 parent 8cfce0c commit caf9fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-triton.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ run_tutorial_tests() {
365365
run_tutorial_test "06-fused-attention"
366366
run_tutorial_test "07-extern-functions"
367367
run_tutorial_test "08-grouped-gemm"
368-
TRITON_TEST_REPORTS=false run_tutorial_test "09-persistent-matmul"
368+
run_tutorial_test "09-persistent-matmul"
369369
run_tutorial_test "10-experimental-block-pointer"
370370
run_tutorial_test "10i-experimental-block-pointer"
371371

0 commit comments

Comments
 (0)