We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37df022 commit c8b0eb6Copy full SHA for c8b0eb6
.github/workflows/sycl-linux-split-test.yml
@@ -27,11 +27,11 @@ jobs:
27
fail-fast: false
28
matrix:
29
include:
30
- - name: Intel
+ - name: Build e2e tests
31
runner: '["Linux", "gen12"]'
32
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
33
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
34
- target_devices: level_zero:gpu;opencl:gpu;opencl:cpu
+ target_devices: opencl:cpu
35
reset_intel_gpu: true
36
extra_lit_opts: --param gpu-intel-gen12=True --param split-mode=build
37
0 commit comments