Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 12 additions & 30 deletions devops/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,16 @@
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"tbb": {
"github_tag": "v2022.0.0",
"version": "2022.0.0",
"url": "https://github.com/oneapi-src/oneTBB/releases/download/v2022.0.0/oneapi-tbb-2022.0.0-lin.tgz",
"github_tag": "v2022.1.0",
"version": "2022.1.0",
"url": "https://github.com/uxlfoundation/oneTBB/releases/download/v2022.1.0/oneapi-tbb-2022.1.0-lin.tgz",
"root": "{DEPS_ROOT}/tbb/lin"
},
"oclcpu": {
"github_tag": "2024-WW43",
"version": "2024.18.10.0.08",
"url": "https://github.com/intel/llvm/releases/download/2024-WW43/oclcpuexp-2024.18.10.0.08_rel.tar.gz",
"github_tag": "2025-WW13",
"version": "2025.19.3.0.17_230222",
"url": "https://github.com/intel/llvm/releases/download/2025-WW13/oclcpuexp-2025.19.3.0.17_230222_rel.tar.gz",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclcpu"
},
"fpgaemu": {
"github_tag": "2024-WW43",
"version": "2024.18.10.0.08",
"url": "https://github.com/intel/llvm/releases/download/2024-WW43/fpgaemu-2024.18.10.0.08_rel.tar.gz",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclfpgaemu"
},
"fpga": {
"root": "{ARCHIVE_ROOT}/comp/oclfpga/linux"
}
},
"windows": {
Expand All @@ -53,25 +44,16 @@
"root": ""
},
"tbb": {
"github_tag": "v2022.0.0",
"version": "2022.0.0",
"url": "https://github.com/oneapi-src/oneTBB/releases/download/v2022.0.0/oneapi-tbb-2022.0.0-win.zip",
"github_tag": "v2022.1.0",
"version": "2022.1.0",
"url": "https://github.com/uxlfoundation/oneTBB/releases/download/v2022.1.0/oneapi-tbb-2022.1.0-win.zip",
"root": "{DEPS_ROOT}/tbb/win"
},
"oclcpu": {
"github_tag": "2024-WW43",
"version": "2024.18.10.0.08",
"url": "https://github.com/intel/llvm/releases/download/2024-WW43/win-oclcpuexp-2024.18.10.0.08_rel.zip",
"github_tag": "2025-WW13",
"version": "2025.19.3.0.17_230222",
"url": "https://github.com/intel/llvm/releases/download/2025-WW13/win-oclcpuexp-2025.19.3.0.17_230222_rel.zip",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclcpu"
},
"fpgaemu": {
"github_tag": "2024-WW43",
"version": "2024.18.10.0.08",
"url": "https://github.com/intel/llvm/releases/download/2024-WW43/win-fpgaemu-2024.18.10.0.08_rel.zip",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclfpgaemu"
},
"fpga": {
"root": "{ARCHIVE_ROOT}/comp/oclfpga/win"
}
}
}
3 changes: 0 additions & 3 deletions sycl/test-e2e/VirtualFunctions/misc/group-barrier.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// REQUIRES: aspect-usm_shared_allocations
//
// On CPU it segfaults within the kernel that performs virtual function call.
// XFAIL: cpu && opencl && linux
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15080
// UNSUPPORTED: gpu
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15068
// On GPU this test (its older version which used nd_item instead of group)
Expand Down
Loading