Skip to content

Commit 62cfc89

Browse files
authored
[NFC][SYCL] Disable matrix tests from self-contained-headers (#16150)
Signed-off-by: Sidorov, Dmitry <[email protected]>
1 parent c833d8a commit 62cfc89

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

sycl/test/self-contained-headers/lit.local.cfg

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,25 @@ config.sycl_headers_xfail = [
1313
os.path.join(
1414
"sycl", "ext", "intel", "esimd", "detail", "types_elementary.hpp"
1515
),
16+
os.path.join(
17+
"sycl", "ext", "oneapi", "matrix", "matrix-hip.hpp"
18+
),
19+
os.path.join(
20+
"sycl", "ext", "oneapi", "matrix", "matrix-intel.hpp"
21+
),
22+
os.path.join(
23+
"sycl", "ext", "oneapi", "matrix", "matrix-tensorcores.hpp"
24+
),
25+
os.path.join(
26+
"sycl", "ext", "oneapi", "matrix", "matrix-unified-utils.hpp"
27+
),
28+
os.path.join(
29+
"sycl", "ext", "oneapi", "matrix", "matrix-unified.hpp"
30+
),
31+
os.path.join(
32+
"sycl", "ext", "oneapi", "matrix", "matrix.hpp"
33+
),
34+
os.path.join(
35+
"sycl", "ext", "oneapi", "matrix", "static-query-use.hpp"
36+
),
1637
]

0 commit comments

Comments
 (0)