From 42675f40a8929311dd4d4e8a510756104c8b79be Mon Sep 17 00:00:00 2001 From: Yanfeng Xiao Date: Sun, 23 Mar 2025 22:57:19 -0700 Subject: [PATCH 1/3] [CI] Uplift oclcpu/oclfpgaemu from 2024.18.10.0.08 to 2025.19.3.0.17_230222 --- devops/dependencies.json | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/devops/dependencies.json b/devops/dependencies.json index e2eaab57ae049..11e831ba4a1a0 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -31,19 +31,10 @@ "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": { @@ -59,19 +50,10 @@ "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" } } } From f686f8a78dc09cef084f7e40a265ef0fe048b815 Mon Sep 17 00:00:00 2001 From: "Yanfeng, Xiao" Date: Fri, 28 Mar 2025 21:33:45 +0800 Subject: [PATCH 2/3] Update TBB version to 2022.1.0 --- devops/dependencies.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/devops/dependencies.json b/devops/dependencies.json index 11e831ba4a1a0..b2b98aabd1e74 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -25,9 +25,9 @@ "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": { @@ -44,9 +44,9 @@ "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": { From 529201eeb589e3a7ca4f4763c9cecc96c96c0b65 Mon Sep 17 00:00:00 2001 From: Yanfeng Xiao Date: Tue, 1 Apr 2025 02:18:46 -0700 Subject: [PATCH 3/3] [SYCL][E2E] Rmove XFAIL on CPU and Linux in VirtualFunctions/group-barrier test with uplifted oclcpu version 2025.19.3.0.17_230222 --- sycl/test-e2e/VirtualFunctions/misc/group-barrier.cpp | 3 --- 1 file changed, 3 deletions(-) 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)