Skip to content

Commit

Permalink
[NFC][SYCL] Fix self-contained matrix headers build (#16665)
Browse files Browse the repository at this point in the history
Signed-off-by: Sidorov, Dmitry <dmitry.sidorov@intel.com>
  • Loading branch information
MrSidims authored Jan 16, 2025
1 parent d0c6f96 commit a87ac06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <optional> // std::optional
#include <string_view> // std::string_view
#include <sycl/__spirv/spirv_types.hpp> // __spv namespace
#include <sycl/ext/oneapi/bfloat16.hpp> // bfloat16
#include <utility> // std::pair

namespace sycl {
Expand Down
21 changes: 0 additions & 21 deletions sycl/test/self-contained-headers/lit.local.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"
),
]

0 comments on commit a87ac06

Please sign in to comment.