Skip to content

Commit 2a9ca31

Browse files
authored
[SYCL][JM] Add xfail for transpose half for GNR (intel#17021)
1 parent 73e6b22 commit 2a9ca31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sycl/test-e2e/Matrix/joint_matrix_16bit_colmajorA_colmajorB.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
// XFAIL: gpu
2424
// XFAIL-TRACKER: GSD-5768
2525

26+
// Only transpose on half data type
27+
// XFAIL: arch-intel_cpu_gnr
28+
// XFAIL-TRACKER: CMPLRLLVM-65499
29+
2630
#include "common.hpp"
2731

2832
constexpr size_t TM = 8;

0 commit comments

Comments
 (0)