Skip to content

Commit 8ae6d0d

Browse files
committed
Revert "Temporarily removing unnecesary CI"
This reverts commit c614872. Signed-off-by: Alberto Cabrera <[email protected]>
1 parent c614872 commit 8ae6d0d

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

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

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -75,35 +75,35 @@ jobs:
7575
fail-fast: false
7676
matrix:
7777
include:
78-
# - name: NVIDIA/CUDA
79-
# runner: '["Linux", "cuda"]'
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
78+
- name: NVIDIA/CUDA
79+
runner: '["Linux", "cuda"]'
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
8383
- name: Intel
8484
runner: '["Linux", "gen12"]'
8585
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
8686
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
8787
target_devices: level_zero:gpu;opencl:gpu;opencl:cpu
8888
reset_intel_gpu: true
89-
extra_lit_opts: --filter syclcompat/math --param gpu-intel-gen12=True
90-
# - name: E2E tests on Intel Arc A-Series Graphics
91-
# runner: '["Linux", "arc"]'
92-
# image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
93-
# image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
94-
# target_devices: level_zero:gpu;opencl:gpu
95-
# reset_intel_gpu: true
96-
# extra_lit_opts: --param matrix-xmx8=True --param gpu-intel-dg2=True
97-
# env: '{"LIT_FILTER":${{ needs.determine_arc_tests.outputs.arc_tests }} }'
98-
# - name: E2E tests with dev igc on Intel Arc A-Series Graphics
99-
# runner: '["Linux", "arc"]'
100-
# image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:devigc
101-
# image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
102-
# target_devices: level_zero:gpu;opencl:gpu
103-
# reset_intel_gpu: true
104-
# extra_lit_opts: --param matrix-xmx8=True --param gpu-intel-dg2=True
105-
# env: '{"LIT_FILTER":${{ needs.determine_arc_tests.outputs.arc_tests }} }'
106-
# use_igc_dev: true
89+
extra_lit_opts: --param gpu-intel-gen12=True
90+
- name: E2E tests on Intel Arc A-Series Graphics
91+
runner: '["Linux", "arc"]'
92+
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
93+
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
94+
target_devices: level_zero:gpu;opencl:gpu
95+
reset_intel_gpu: true
96+
extra_lit_opts: --param matrix-xmx8=True --param gpu-intel-dg2=True
97+
env: '{"LIT_FILTER":${{ needs.determine_arc_tests.outputs.arc_tests }} }'
98+
- name: E2E tests with dev igc on Intel Arc A-Series Graphics
99+
runner: '["Linux", "arc"]'
100+
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:devigc
101+
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
102+
target_devices: level_zero:gpu;opencl:gpu
103+
reset_intel_gpu: true
104+
extra_lit_opts: --param matrix-xmx8=True --param gpu-intel-dg2=True
105+
env: '{"LIT_FILTER":${{ needs.determine_arc_tests.outputs.arc_tests }} }'
106+
use_igc_dev: true
107107

108108
uses: ./.github/workflows/sycl-linux-run-tests.yml
109109
with:

0 commit comments

Comments
 (0)