Skip to content

Commit ad013e7

Browse files
authored
1 parent 38afcf6 commit ad013e7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ jobs:
7676
fail-fast: false
7777
matrix:
7878
include:
79+
- name: NVIDIA/CUDA
80+
runner: '["Linux", "cuda"]'
81+
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
82+
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN
83+
target_devices: ext_oneapi_cuda:gpu
7984
- name: AMD/HIP
8085
runner: '["Linux", "amdgpu"]'
8186
image: ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab

.github/workflows/sycl-nightly.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ jobs:
3737
target_devices: ext_oneapi_hip:gpu
3838
tests_selector: e2e
3939

40+
- name: NVIDIA/CUDA
41+
runner: '["Linux", "cuda"]'
42+
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
43+
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN
44+
target_devices: ext_oneapi_cuda:gpu
45+
tests_selector: e2e
46+
4047
- name: Intel L0 GPU
4148
runner: '["Linux", "gen12"]'
4249
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest

0 commit comments

Comments
 (0)