Skip to content

Commit fe233ab

Browse files
committed
Reduced testing
1 parent 5031657 commit fe233ab

File tree

3 files changed

+1
-35
lines changed

3 files changed

+1
-35
lines changed

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

-26
Original file line numberDiff line numberDiff line change
@@ -81,20 +81,6 @@ jobs:
8181
fail-fast: false
8282
matrix:
8383
include:
84-
- name: GEN 12 Integrated
85-
runner: '["Linux", "gen12"]'
86-
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
87-
target_devices: level_zero:gpu;opencl:gpu;opencl:cpu
88-
extra_lit_opts: --param gpu-intel-gen12=True
89-
- name: NVIDIA/CUDA
90-
runner: '["Linux", "cuda"]'
91-
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN
92-
target_devices: cuda:gpu
93-
- name: AMD/HIP
94-
runner: '["Linux", "amdgpu"]'
95-
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd
96-
target_devices: hip:gpu
97-
extra_lit_opts: -j 1
9884
- name: Intel Arc A-Series Graphics
9985
runner: '["Linux", "arc"]'
10086
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
@@ -107,18 +93,6 @@ jobs:
10793
target_devices: level_zero:gpu;opencl:gpu
10894
extra_lit_opts: --param matrix-xmx8=True
10995
use_igc_dev: true
110-
- name: E2E tests on Intel Ponte Vecchio GPU
111-
runner: '["Linux", "pvc"]'
112-
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
113-
target_devices: level_zero:gpu;opencl:gpu
114-
extra_lit_opts: -j 50
115-
- name: Dev IGC on Intel Ponte Vecchio GPU
116-
runner: '["Linux", "pvc"]'
117-
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
118-
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
119-
target_devices: level_zero:gpu;opencl:gpu
120-
use_igc_dev: true
121-
extra_lit_opts: -j 50
12296
- name: Intel Battlemage Graphics
12397
runner: '["Linux", "bmg"]'
12498
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN

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

-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ jobs:
7777
fail-fast: false
7878
matrix:
7979
include:
80-
- name: Intel GEN12 Graphics with Level Zero
81-
runner: '["Windows","gen12"]'
8280
- name: Intel Battlemage Graphics with Level Zero
8381
runner: '["Windows","bmg"]'
8482
uses: ./.github/workflows/sycl-windows-run-tests.yml

.github/workflows/ur-precommit.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,9 @@ jobs:
4040
name: Detect Changes
4141
uses: ./.github/workflows/sycl-detect-changes.yml
4242

43-
source_checks:
44-
name: Source Checks
45-
needs: [detect_changes]
46-
if: ${{ always() && !cancelled() && contains(needs.detect_changes.outputs.filters, 'ur') }}
47-
uses: ./.github/workflows/ur-source-checks.yml
48-
4943
adapters:
5044
name: Adapters
51-
needs: [detect_changes, source_checks]
45+
needs: [detect_changes]
5246
if: ${{ always() && !cancelled() && contains(needs.detect_changes.outputs.filters, 'ur') }}
5347
strategy:
5448
matrix:

0 commit comments

Comments
 (0)