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 97cf333 commit 3e1642dCopy full SHA for 3e1642d
scripts/test-triton.sh
@@ -256,9 +256,8 @@ run_tutorial_tests() {
256
echo "Running with TRITON_INTEL_RAISE_BLOCK_POINTER=ignore-masks"
257
echo "***************************************************"
258
259
- # FIXME: https://github.com/intel/intel-xpu-backend-for-triton/issues/3446
260
- # TRITON_TEST_REPORTS=false TRITON_INTEL_RAISE_BLOCK_POINTER=ignore-masks \
261
- # run_tutorial_test "03-matrix-multiplication"
+ TRITON_TEST_REPORTS=false TRITON_INTEL_RAISE_BLOCK_POINTER=ignore-masks \
+ run_tutorial_test "03-matrix-multiplication"
262
}
263
264
run_microbench_tests() {
0 commit comments