Skip to content

Commit 14fcf2d

Browse files
committed
Move PVC run to post-commit
1 parent c79c60e commit 14fcf2d

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,6 @@ jobs:
9797
target_devices: level_zero:gpu;opencl:gpu;opencl:cpu
9898
reset_intel_gpu: true
9999
extra_lit_opts: --param gpu-intel-gen12=True
100-
- name: E2E tests on Intel Ponte Vecchio GPU
101-
runner: '["Linux", "pvc"]'
102-
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
103-
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
104-
target_devices: ext_oneapi_level_zero:gpu;opencl:gpu
105-
- name: E2E tests with dev igc on Intel Ponte Vecchio GPU
106-
runner: '["Linux", "pvc"]'
107-
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:devigc
108-
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
109-
target_devices: ext_oneapi_level_zero:gpu;opencl:gpu
110-
use_igc_dev: true
111100
- name: E2E tests on Intel Arc A-Series Graphics
112101
runner: '["Linux", "arc"]'
113102
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,19 @@ jobs:
6060
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd
6161
target_devices: ext_oneapi_hip:gpu
6262
reset_intel_gpu: false
63+
- name: E2E tests on Intel Ponte Vecchio GPU
64+
runner: '["Linux", "pvc"]'
65+
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
66+
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
67+
target_devices: ext_oneapi_level_zero:gpu;opencl:gpu
68+
extra_lit_opts: --param gpu-intel-pvc=True -j 100
69+
- name: E2E tests with dev igc on Intel Ponte Vecchio GPU
70+
runner: '["Linux", "pvc"]'
71+
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:devigc
72+
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
73+
target_devices: ext_oneapi_level_zero:gpu;opencl:gpu
74+
use_igc_dev: true
75+
extra_lit_opts: --param gpu-intel-pvc=True -j 100
6376
# Performance tests below. Specifics:
6477
# - only run performance tests (use LIT_FILTER env)
6578
# - ask llvm-lit to show all the output, even for PASS (-a)

0 commit comments

Comments
 (0)