Skip to content

Commit cafa00d

Browse files
authored
Merge pull request intel#1506 from myler/CMPLRTST-19210
CMPLRTST-19210: fix version control conflict
2 parents 8ad3b9d + 5e221df commit cafa00d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

SYCL/Matrix/element_wise_all_ops_int8_packed.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,11 @@
1111
// RUN: %CPU_RUN_PLACEHOLDER %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1313

14-
<<<<<<< HEAD
1514
// This test stores the matrix B that is VNNIed (packed) in a row major fashion.
1615
// This is expected to fail on the GPU because the implementation does not
1716
// support automatic transformation YET, in this case: VNNI to row major in the
1817
// store.
1918

20-
=======
21-
// This test store the matrix B that is VNNIed (packed) in a row major fashion.
22-
// This is expected to fail on the GPU because the implementation does not
23-
// support automatic transformation YET, in this case: VNNI to row major in the
24-
// store.
25-
>>>>>>> 909dc769e (Set the row major store on B test to xfail on the GPU (#1392))
2619
// XFAIL: gpu
2720

2821
#include <iostream>

0 commit comments

Comments
 (0)