diff --git a/sycl/test-e2e/Matrix/SG32/joint_matrix_prefetch.cpp b/sycl/test-e2e/Matrix/SG32/joint_matrix_prefetch.cpp index f25cc0e6f9267..a6ce09fe13b9f 100644 --- a/sycl/test-e2e/Matrix/SG32/joint_matrix_prefetch.cpp +++ b/sycl/test-e2e/Matrix/SG32/joint_matrix_prefetch.cpp @@ -10,7 +10,10 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// XFAIL: gpu && !gpu-intel-dg2 +// XFAIL: gpu + +// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2 +// UNSUPPORTED: gpu-intel-dg2 #include "../common.hpp"