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 e51d1a7 commit 333802eCopy full SHA for 333802e
scripts/test-triton.sh
@@ -217,7 +217,16 @@ run_tutorial_tests() {
217
python -m pip install matplotlib pandas tabulate -q
218
cd $TRITON_PROJ/python/tutorials
219
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"
227
run_tutorial_test "08-grouped-gemm"
228
+ run_tutorial_test "10-experimental-block-pointer"
229
+ run_tutorial_test "10i-experimental-block-pointer"
230
}
231
232
run_microbench_tests() {
0 commit comments