We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a09bc commit 5b9de0fCopy full SHA for 5b9de0f
.github/workflows/sycl-linux-precommit.yml
@@ -80,6 +80,12 @@ jobs:
80
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
81
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN
82
target_devices: ext_oneapi_cuda:gpu
83
+ - name: AMD/HIP
84
+ runner: '["Linux", "amdgpu"]'
85
+ image: ghcr.io/intel/llvm/ubuntu2204_build:latest
86
+ image_options: -u 1001 --device=/dev/dri --device=/dev/kfd
87
+ target_devices: ext_oneapi_hip:gpu
88
+ reset_intel_gpu: false
89
- name: Intel
90
runner: '["Linux", "gen12"]'
91
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
0 commit comments