Skip to content

Commit 6e0f8b9

Browse files
test
1 parent 88642a3 commit 6e0f8b9

File tree

4 files changed

+49
-32
lines changed

4 files changed

+49
-32
lines changed

.github/workflows/sycl-linux-precommit.yml

Lines changed: 41 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -156,32 +156,38 @@ jobs:
156156
fail-fast: false
157157
matrix:
158158
include:
159-
- name: Intel / GEN 12 Integrated
160-
runner: '["Linux", "gen12"]'
161-
target_devices: level_zero:gpu;opencl:gpu;opencl:cpu
162-
- name: NVIDIA/CUDA
159+
# - name: Intel / GEN 12 Integrated
160+
# runner: '["Linux", "gen12"]'
161+
# target_devices: level_zero:gpu;opencl:gpu;opencl:cpu
162+
- name: NVIDIA/CUDA 13.1
163163
runner: '["Linux", "cuda"]'
164+
image: "ghcr.io/intel/llvm/ubuntu2404_build:latest"
164165
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN
165166
target_devices: cuda:gpu
166-
- name: Intel / Arc A-Series Graphics
167-
runner: '["Linux", "arc"]'
168-
target_devices: level_zero:gpu;opencl:gpu;level_zero_v2:gpu
169-
env: '{"LIT_FILTER":"Matrix/"}'
170-
- name: Intel / Ponte Vecchio GPU
171-
runner: '["Linux", "pvc"]'
172-
target_devices: level_zero:gpu;opencl:gpu;level_zero_v2:gpu
173-
- name: Intel / Battlemage Graphics
174-
runner: '["Linux", "bmg"]'
175-
target_devices: level_zero_v1:gpu;level_zero_v2:gpu
176-
- name: Preview Mode
177-
runner: '["Linux", "gen12"]'
178-
target_devices: level_zero:gpu;opencl:gpu;opencl:cpu
179-
extra_lit_opts: --param test-preview-mode=True
180-
binaries_artifact: e2e_bin_preview
181-
- name: Intel / ARL with L0 v2
182-
runner: '["Linux", "arl"]'
183-
target_devices: level_zero_v2:arch-intel_gpu_mtl_u
184-
extra_lit_opts: --param test-preview-mode=True
167+
- name: NVIDIA/CUDA 12.6.3
168+
runner: '["Linux", "cuda"]'
169+
image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"
170+
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN
171+
target_devices: cuda:gpu
172+
# - name: Intel / Arc A-Series Graphics
173+
# runner: '["Linux", "arc"]'
174+
# target_devices: level_zero:gpu;opencl:gpu;level_zero_v2:gpu
175+
# env: '{"LIT_FILTER":"Matrix/"}'
176+
# - name: Intel / Ponte Vecchio GPU
177+
# runner: '["Linux", "pvc"]'
178+
# target_devices: level_zero:gpu;opencl:gpu;level_zero_v2:gpu
179+
# - name: Intel / Battlemage Graphics
180+
# runner: '["Linux", "bmg"]'
181+
# target_devices: level_zero_v1:gpu;level_zero_v2:gpu
182+
# - name: Preview Mode
183+
# runner: '["Linux", "gen12"]'
184+
# target_devices: level_zero:gpu;opencl:gpu;opencl:cpu
185+
# extra_lit_opts: --param test-preview-mode=True
186+
# binaries_artifact: e2e_bin_preview
187+
# - name: Intel / ARL with L0 v2
188+
# runner: '["Linux", "arl"]'
189+
# target_devices: level_zero_v2:arch-intel_gpu_mtl_u
190+
# extra_lit_opts: --param test-preview-mode=True
185191

186192
# We're in an ABI-breaking window, so these don't make sense for now.
187193
- name: ABI compatibility / sycl-rel-6_2
@@ -282,14 +288,19 @@ jobs:
282288
fail-fast: false
283289
matrix:
284290
include:
285-
- name: Intel GEN12 Graphics system
286-
runner: '["Linux", "gen12"]'
287-
image_extra_opts: --device=/dev/dri
288-
- name: Intel Arc A-Series Graphics system
289-
runner: '["Linux", "arc"]'
290-
image_extra_opts: --device=/dev/dri
291-
- name: CUDA system
291+
# - name: Intel GEN12 Graphics system
292+
# runner: '["Linux", "gen12"]'
293+
# image_extra_opts: --device=/dev/dri
294+
# - name: Intel Arc A-Series Graphics system
295+
# runner: '["Linux", "arc"]'
296+
# image_extra_opts: --device=/dev/dri
297+
- name: CUDA system with CUDA 13.1
298+
runner: '["Linux", "cuda"]'
299+
image: "ghcr.io/intel/llvm/ubuntu2404_build:latest"
300+
image_extra_opts: --gpus all
301+
- name: NVIDIA/CUDA 12.6.3
292302
runner: '["Linux", "cuda"]'
303+
image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"
293304
image_extra_opts: --gpus all
294305
uses: ./.github/workflows/sycl-linux-run-tests.yml
295306
with:

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,10 @@ jobs:
321321
tar xf sycl_linux.tar.gz -C toolchain
322322
echo PATH=$PWD/toolchain/bin/:$PATH >> $GITHUB_ENV
323323
echo LD_LIBRARY_PATH=$PWD/toolchain/lib/:$LD_LIBRARY_PATH >> $GITHUB_ENV
324+
- name: Check nvcc
325+
shell: bash
326+
run: nvcc --version
327+
324328
- run: which clang++ sycl-ls
325329
- run: sycl-ls --verbose
326330
- run: SYCL_UR_TRACE=1 sycl-ls

.github/workflows/ur-precommit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,11 @@ jobs:
7070
runner: UR_L0
7171
other_adapter: NATIVE_CPU
7272
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
73-
- name: CUDA
73+
- name: NVIDIA/CUDA 13.1
7474
runner: UR_CUDA
7575
image_options: -u 1001 --privileged --cap-add SYS_ADMIN --gpus all
76+
- name: NVIDIA/CUDA 12.6.3
77+
image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"
7678
- name: OPENCL
7779
runner: UR_OPENCL
7880
docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"

devops/containers/ubuntu2404_build.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nvidia/cuda:12.6.3-devel-ubuntu24.04
1+
FROM nvidia/cuda:13.1.0-devel-ubuntu24.04
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

0 commit comments

Comments
 (0)