Skip to content

Commit b0f4614

Browse files
committed
feedback
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 63ea60b commit b0f4614

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sycl/test-e2e/Matrix/SG32/joint_matrix_int8_colmajorA_colmajorB.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@
1818
// This tests support of col major layout for matrix B which does transpose and
1919
// then VNNI transform. This is currently only available on AMX
2020

21-
// XFAIL: gpu-intel-dg2 || arch-intel_gpu_bmg_g21
21+
// XFAIL: arch-intel_gpu_bmg_g21
2222
// XFAIL-TRACKER: GSD-5768
2323

24+
// UNSUPPORTED: gpu-intel-dg2
25+
// UNSUPPORTED-INTENDED: SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
26+
2427
#include "common.hpp"
2528

2629
using namespace sycl;

0 commit comments

Comments
 (0)