Skip to content

Commit e1befa7

Browse files
authored
[CI] Uplift oclcpu from 2024.18.10.0.08 to 2025.19.3.0.17_230222 (#17598)
1 parent 722f640 commit e1befa7

File tree

2 files changed

+12
-33
lines changed

2 files changed

+12
-33
lines changed

devops/dependencies.json

Lines changed: 12 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,16 @@
2525
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
2626
},
2727
"tbb": {
28-
"github_tag": "v2022.0.0",
29-
"version": "2022.0.0",
30-
"url": "https://github.com/oneapi-src/oneTBB/releases/download/v2022.0.0/oneapi-tbb-2022.0.0-lin.tgz",
28+
"github_tag": "v2022.1.0",
29+
"version": "2022.1.0",
30+
"url": "https://github.com/uxlfoundation/oneTBB/releases/download/v2022.1.0/oneapi-tbb-2022.1.0-lin.tgz",
3131
"root": "{DEPS_ROOT}/tbb/lin"
3232
},
3333
"oclcpu": {
34-
"github_tag": "2024-WW43",
35-
"version": "2024.18.10.0.08",
36-
"url": "https://github.com/intel/llvm/releases/download/2024-WW43/oclcpuexp-2024.18.10.0.08_rel.tar.gz",
34+
"github_tag": "2025-WW13",
35+
"version": "2025.19.3.0.17_230222",
36+
"url": "https://github.com/intel/llvm/releases/download/2025-WW13/oclcpuexp-2025.19.3.0.17_230222_rel.tar.gz",
3737
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclcpu"
38-
},
39-
"fpgaemu": {
40-
"github_tag": "2024-WW43",
41-
"version": "2024.18.10.0.08",
42-
"url": "https://github.com/intel/llvm/releases/download/2024-WW43/fpgaemu-2024.18.10.0.08_rel.tar.gz",
43-
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclfpgaemu"
44-
},
45-
"fpga": {
46-
"root": "{ARCHIVE_ROOT}/comp/oclfpga/linux"
4738
}
4839
},
4940
"windows": {
@@ -53,25 +44,16 @@
5344
"root": ""
5445
},
5546
"tbb": {
56-
"github_tag": "v2022.0.0",
57-
"version": "2022.0.0",
58-
"url": "https://github.com/oneapi-src/oneTBB/releases/download/v2022.0.0/oneapi-tbb-2022.0.0-win.zip",
47+
"github_tag": "v2022.1.0",
48+
"version": "2022.1.0",
49+
"url": "https://github.com/uxlfoundation/oneTBB/releases/download/v2022.1.0/oneapi-tbb-2022.1.0-win.zip",
5950
"root": "{DEPS_ROOT}/tbb/win"
6051
},
6152
"oclcpu": {
62-
"github_tag": "2024-WW43",
63-
"version": "2024.18.10.0.08",
64-
"url": "https://github.com/intel/llvm/releases/download/2024-WW43/win-oclcpuexp-2024.18.10.0.08_rel.zip",
53+
"github_tag": "2025-WW13",
54+
"version": "2025.19.3.0.17_230222",
55+
"url": "https://github.com/intel/llvm/releases/download/2025-WW13/win-oclcpuexp-2025.19.3.0.17_230222_rel.zip",
6556
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclcpu"
66-
},
67-
"fpgaemu": {
68-
"github_tag": "2024-WW43",
69-
"version": "2024.18.10.0.08",
70-
"url": "https://github.com/intel/llvm/releases/download/2024-WW43/win-fpgaemu-2024.18.10.0.08_rel.zip",
71-
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclfpgaemu"
72-
},
73-
"fpga": {
74-
"root": "{ARCHIVE_ROOT}/comp/oclfpga/win"
7557
}
7658
}
7759
}

sycl/test-e2e/VirtualFunctions/misc/group-barrier.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// REQUIRES: aspect-usm_shared_allocations
22
//
3-
// On CPU it segfaults within the kernel that performs virtual function call.
4-
// XFAIL: cpu && opencl && linux
5-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15080
63
// UNSUPPORTED: gpu
74
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15068
85
// On GPU this test (its older version which used nd_item instead of group)

0 commit comments

Comments
 (0)