diff --git a/devops/dependencies.json b/devops/dependencies.json index e2eaab57ae049..b2b98aabd1e74 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -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": { @@ -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" } } } diff --git a/sycl/test-e2e/VirtualFunctions/misc/group-barrier.cpp b/sycl/test-e2e/VirtualFunctions/misc/group-barrier.cpp index 9383fbe7a1724..60d23890b93e2 100644 --- a/sycl/test-e2e/VirtualFunctions/misc/group-barrier.cpp +++ b/sycl/test-e2e/VirtualFunctions/misc/group-barrier.cpp @@ -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)