Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a87ac06

Browse files
authoredJan 16, 2025··
[NFC][SYCL] Fix self-contained matrix headers build (#16665)
Signed-off-by: Sidorov, Dmitry <[email protected]>
1 parent d0c6f96 commit a87ac06

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed
 

‎sycl/include/sycl/ext/oneapi/matrix/matrix-unified-utils.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <optional> // std::optional
1212
#include <string_view> // std::string_view
1313
#include <sycl/__spirv/spirv_types.hpp> // __spv namespace
14+
#include <sycl/ext/oneapi/bfloat16.hpp> // bfloat16
1415
#include <utility> // std::pair
1516

1617
namespace sycl {

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

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,4 @@ 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-
),
3716
]

0 commit comments

Comments
 (0)
Please sign in to comment.