We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7515da8 commit a990417Copy full SHA for a990417
.github/workflows/sycl-linux-precommit.yml
@@ -76,6 +76,11 @@ jobs:
76
fail-fast: false
77
matrix:
78
include:
79
+ - name: NVIDIA/CUDA
80
+ runner: '["Linux", "cuda-test"]'
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
84
- name: AMD/HIP
85
runner: '["Linux", "amdgpu"]'
86
image: ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab
0 commit comments