File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 11
11
// RUN: %CPU_RUN_PLACEHOLDER %t.out
12
12
// RUN: %GPU_RUN_PLACEHOLDER %t.out
13
13
14
- <<<<<<< HEAD
15
14
// This test stores the matrix B that is VNNIed (packed) in a row major fashion.
16
15
// This is expected to fail on the GPU because the implementation does not
17
16
// support automatic transformation YET, in this case: VNNI to row major in the
18
17
// store.
19
18
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 ))
26
19
// XFAIL: gpu
27
20
28
21
#include < iostream>
You can’t perform that action at this time.
0 commit comments