File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 76
76
fail-fast : false
77
77
matrix :
78
78
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
79
84
- name : AMD/HIP
80
85
runner : ' ["Linux", "amdgpu"]'
81
86
image : ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab
Original file line number Diff line number Diff line change 37
37
target_devices : ext_oneapi_hip:gpu
38
38
tests_selector : e2e
39
39
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
+
40
47
- name : Intel L0 GPU
41
48
runner : ' ["Linux", "gen12"]'
42
49
image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
You can’t perform that action at this time.
0 commit comments