Skip to content

Commit

Permalink
[NFC][SYCL] Disable matrix tests from self-contained-headers (#16150)
Browse files Browse the repository at this point in the history
Signed-off-by: Sidorov, Dmitry <[email protected]>
  • Loading branch information
MrSidims authored Nov 21, 2024
1 parent c833d8a commit 62cfc89
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions sycl/test/self-contained-headers/lit.local.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,25 @@ config.sycl_headers_xfail = [
os.path.join(
"sycl", "ext", "intel", "esimd", "detail", "types_elementary.hpp"
),
os.path.join(
"sycl", "ext", "oneapi", "matrix", "matrix-hip.hpp"
),
os.path.join(
"sycl", "ext", "oneapi", "matrix", "matrix-intel.hpp"
),
os.path.join(
"sycl", "ext", "oneapi", "matrix", "matrix-tensorcores.hpp"
),
os.path.join(
"sycl", "ext", "oneapi", "matrix", "matrix-unified-utils.hpp"
),
os.path.join(
"sycl", "ext", "oneapi", "matrix", "matrix-unified.hpp"
),
os.path.join(
"sycl", "ext", "oneapi", "matrix", "matrix.hpp"
),
os.path.join(
"sycl", "ext", "oneapi", "matrix", "static-query-use.hpp"
),
]

0 comments on commit 62cfc89

Please sign in to comment.