Skip to content

Commit c79bbe8

Browse files
authored
[CI] Move HIP testing to post-commit (#14977)
The HIP runner is unstable, so move it to post-commit for now. --------- Signed-off-by: Sarnie, Nick <[email protected]>
1 parent b2de40e commit c79bbe8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@ jobs:
8181
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
8282
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN
8383
target_devices: ext_oneapi_cuda:gpu
84-
- name: AMD/HIP
85-
runner: '["Linux", "amdgpu"]'
86-
image: ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab
87-
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd
88-
target_devices: ext_oneapi_hip:gpu
8984
- name: Intel
9085
runner: '["Linux", "gen12"]'
9186
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest

.github/workflows/sycl-post-commit.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
- name: Intel Arc A-Series Graphics with Level Zero
5757
runner: '["Linux", "arc"]'
5858
extra_lit_opts: --param matrix-xmx8=True --param gpu-intel-dg2=True
59+
- name: AMD/HIP
60+
runner: '["Linux", "amdgpu"]'
61+
image: ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab
62+
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd
63+
target_devices: ext_oneapi_hip:gpu
5964
# Performance tests below. Specifics:
6065
# - only run performance tests (use LIT_FILTER env)
6166
# - ask llvm-lit to show all the output, even for PASS (-a)

0 commit comments

Comments
 (0)