Skip to content

Commit 98714fb

Browse files
committed
Merge branch 'sycl' into coverity_fixes_l0
2 parents 5025ac7 + 026ee74 commit 98714fb

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

devops/dependencies-igc-dev.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"linux": {
33
"igc_dev": {
4-
"github_tag": "igc-dev-0b4b682",
5-
"version": "0b4b682",
6-
"updated_at": "2024-11-17T01:09:50Z",
7-
"url": "https://api.github.com/repos/intel/intel-graphics-compiler/actions/artifacts/2197388704/zip",
4+
"github_tag": "igc-dev-ac93a93",
5+
"version": "ac93a93",
6+
"updated_at": "2024-11-21T02:09:35Z",
7+
"url": "https://api.github.com/repos/intel/intel-graphics-compiler/actions/artifacts/2216471673/zip",
88
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
99
}
1010
}

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

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

0 commit comments

Comments
 (0)