From 0f37627c280a5740087a2320430442e20a91e7e1 Mon Sep 17 00:00:00 2001 From: "Sidorov, Dmitry" Date: Thu, 21 Nov 2024 07:03:48 -0800 Subject: [PATCH] [NFC][SYCL] Disable matrix tests from self-contained-headers Signed-off-by: Sidorov, Dmitry --- .../test/self-contained-headers/lit.local.cfg | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/sycl/test/self-contained-headers/lit.local.cfg b/sycl/test/self-contained-headers/lit.local.cfg index d61551742dd85..0f0e9e15b0e53 100644 --- a/sycl/test/self-contained-headers/lit.local.cfg +++ b/sycl/test/self-contained-headers/lit.local.cfg @@ -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" + ), ]