From a6c5bca2af9660673632417d34dd4aa9c551a58e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SYCLo=C3=AFd?= <213797226+sycloid@users.noreply.github.com> Date: Wed, 17 Sep 2025 08:29:21 -0500 Subject: [PATCH] Bumped versions of OpenCL CPU driver and TBB used in workflow Given locally non-reproducible test crashes observed in CI, say in https://github.com/IntelPython/dpctl/pull/2147, bump versions of TBB library and OpenCL CPU driver implementation to the one used locally (latest release of open-source DPC++). --- .github/workflows/os-llvm-sycl-build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/os-llvm-sycl-build.yml b/.github/workflows/os-llvm-sycl-build.yml index 955615a343..581b543967 100644 --- a/.github/workflows/os-llvm-sycl-build.yml +++ b/.github/workflows/os-llvm-sycl-build.yml @@ -14,11 +14,11 @@ jobs: env: DOWNLOAD_URL_PREFIX: https://github.com/intel/llvm/releases/download - DRIVER_PATH: 2025-WW13 - OCLCPUEXP_FN: oclcpuexp-2025.19.3.0.17_230222_rel.tar.gz - TBB_URL: https://github.com/oneapi-src/oneTBB/releases/download/v2022.1.0/ - TBB_INSTALL_DIR: oneapi-tbb-2022.1.0 - TBB_FN: oneapi-tbb-2022.1.0-lin.tgz + DRIVER_PATH: 2025-WW27 + OCLCPUEXP_FN: oclcpuexp-2025.20.6.0.04_224945_rel.tar.gz + TBB_URL: https://github.com/oneapi-src/oneTBB/releases/download/v2022.2.0/ + TBB_INSTALL_DIR: oneapi-tbb-2022.2.0 + TBB_FN: oneapi-tbb-2022.2.0-lin.tgz steps: - name: Cancel Previous Runs