Skip to content

Commit

Permalink
[SYCL][E2E] Fix SG32/joint_matrix_prefetch.cpp (#14870)
Browse files Browse the repository at this point in the history
Feedback from #14866

Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
  • Loading branch information
sarnex committed Jul 31, 2024
1 parent 2dfdf1d commit ff7cf16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sycl/test-e2e/Matrix/SG32/joint_matrix_prefetch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit ff7cf16

Please sign in to comment.