Skip to content

Commit 9ccc9ee

Browse files
authored
[CI] Add AMDGPU testing to precommit (#16189)
We now have two AMDGPU runners, but we had to use one of them for build because we lost the PVC build machines. I just readded the PVC machines and made them our only build systems (they are really fast too), so now both AMDGPU runners only do AMDGPU testing. The AMDGPU tests run in [about](https://github.com/intel/llvm/actions/runs/12034847530/job/33552887822?pr=16189) 10 minutes, and with two runners, I think we have enough runner bandwidth to justify re-enabling it in precommit testing (we also have two NVIDIA runners and we run that in precommit and it takes double the time to run). These two machines are stable, we don't use the unstable runner anymore. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent 3cc67ce commit 9ccc9ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ jobs:
8080
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
8181
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN
8282
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
8389
- name: Intel
8490
runner: '["Linux", "gen12"]'
8591
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest

0 commit comments

Comments
 (0)