Skip to content

Commit a0a561d

Browse files
authored
Merge pull request #267 from uliegecsm/sycl20253
CICD: revert to oneapi 2025.2
2 parents 376cdc9 + 712c6c6 commit a0a561d

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/build.images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
- kokkos_backends: [OpenMP, SYCL]
176176
compiler:
177177
family: intel
178-
version: '2026.0'
178+
version: '2025.2'
179179
base_image: nvcr.io/nvidia/cuda:12.8.1-devel-ubuntu24.04
180180
platforms: linux/amd64
181181
kokkos_archs: [VOLTA70]

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- kokkos_backends: [OpenMP, SYCL]
124124
compiler:
125125
family: intel
126-
version: 2025.3
126+
version: '2025.2'
127127
runs-on: "['self-hosted', 'linux', 'docker', 'amd64', 'volta70', 'gpu:0']"
128128
tag_suffix: -volta70
129129
- kokkos_backends: [OpenMP]

docker/dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,11 @@ EOF
155155
ENV PATH=/opt/intel/oneapi/compiler/latest/bin/:$PATH
156156
ENV LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/latest/lib:/opt/intel/oneapi/umf/latest/lib:$LD_LIBRARY_PATH
157157

158-
ARG UNIFIED_RUNTIME_VERSION=7.0.0
158+
ARG UNIFIED_RUNTIME_VERSION=6.2.0
159159

160160
RUN --mount=type=tmpfs,target=/tmp/build <<EOF
161161
set -ex
162162

163-
apt-helpers install-packages --clean --packages libhwloc-dev hwloc
164-
165163
cd /tmp/build
166164

167165
wget https://github.com/intel/llvm/archive/refs/tags/v${UNIFIED_RUNTIME_VERSION}.tar.gz

0 commit comments

Comments
 (0)