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 646db9c commit 2e3a6a0Copy full SHA for 2e3a6a0
.github/workflows/sycl-linux-precommit.yml
@@ -91,7 +91,7 @@ jobs:
91
extra_lit_opts: --param gpu-intel-gen12=True
92
- name: E2E tests on Intel Arc A-Series Graphics
93
runner: '["Linux", "arc"]'
94
- image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
+ image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:${{ contains(github.event.pull_request.labels.*.name, 'ci-no-devigc') && 'latest' || 'devigc' }}
95
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
96
target_devices: ext_oneapi_level_zero:gpu;opencl:gpu
97
reset_gpu: true
0 commit comments