Skip to content

Commit 3e1642d

Browse files
Revert "[TEST] Temporarily disable raise block pointer test" (#3488)
This reverts commit 2e82493. Closes #3446
1 parent 97cf333 commit 3e1642d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/test-triton.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,8 @@ run_tutorial_tests() {
256256
echo "Running with TRITON_INTEL_RAISE_BLOCK_POINTER=ignore-masks"
257257
echo "***************************************************"
258258

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"
259+
TRITON_TEST_REPORTS=false TRITON_INTEL_RAISE_BLOCK_POINTER=ignore-masks \
260+
run_tutorial_test "03-matrix-multiplication"
262261
}
263262

264263
run_microbench_tests() {

0 commit comments

Comments
 (0)