diff --git a/sycl/include/sycl/ext/oneapi/matrix/matrix-unified-utils.hpp b/sycl/include/sycl/ext/oneapi/matrix/matrix-unified-utils.hpp index ec14cf6da1931..865735617bbd8 100644 --- a/sycl/include/sycl/ext/oneapi/matrix/matrix-unified-utils.hpp +++ b/sycl/include/sycl/ext/oneapi/matrix/matrix-unified-utils.hpp @@ -11,6 +11,7 @@ #include // std::optional #include // std::string_view #include // __spv namespace +#include // bfloat16 #include // std::pair namespace sycl { diff --git a/sycl/test/self-contained-headers/lit.local.cfg b/sycl/test/self-contained-headers/lit.local.cfg index 0f0e9e15b0e53..d61551742dd85 100644 --- a/sycl/test/self-contained-headers/lit.local.cfg +++ b/sycl/test/self-contained-headers/lit.local.cfg @@ -13,25 +13,4 @@ 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" - ), ]