Skip to content

Commit 0b2bdd4

Browse files
committed
Fix bindless_images/vulkan_interop/ tests on CUDA
1 parent 2e061c3 commit 0b2bdd4

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
with:
169169
name: ${{ matrix.name }}
170170
runner: ${{ matrix.runner }}
171-
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-57a456ab30d222aa7794e89496b029f8c8bd4ddb
171+
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-111f18b3477aef0c4c30cd61f06058912171c127
172172
image_options: ${{ matrix.image_options || '-u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN' }}
173173
target_devices: ${{ matrix.target_devices }}
174174
extra_lit_opts: ${{ matrix.extra_lit_opts }}
@@ -226,7 +226,7 @@ jobs:
226226
with:
227227
name: ${{ matrix.name }} with NewOffloadModel
228228
runner: ${{ matrix.runner }}
229-
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-57a456ab30d222aa7794e89496b029f8c8bd4ddb
229+
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-111f18b3477aef0c4c30cd61f06058912171c127
230230
image_options: ${{ matrix.image_options || '-u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN' }}
231231
target_devices: ${{ matrix.target_devices }}
232232
extra_lit_opts: ${{ matrix.extra_lit_opts }} --param enable_new_offload_model=True

.github/workflows/sycl-rel-nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
name: ${{ matrix.name }}
9595
runner: ${{ matrix.runner }}
96-
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-a123482f30cdadfa45ea627557d46fea0f0220d5
96+
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-111f18b3477aef0c4c30cd61f06058912171c127
9797
image_options: ${{ matrix.image_options || '-u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN' }}
9898
target_devices: ${{ matrix.target_devices }}
9999
tests_selector: e2e
@@ -150,7 +150,7 @@ jobs:
150150
name: Build SYCL-CTS
151151
runner: '["Linux", "build"]'
152152
testing_mode: 'build-only'
153-
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-a123482f30cdadfa45ea627557d46fea0f0220d5
153+
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-111f18b3477aef0c4c30cd61f06058912171c127
154154
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
155155
tests_selector: cts
156156
repo_ref: ${{ github.sha }}
@@ -188,7 +188,7 @@ jobs:
188188
name: ${{ matrix.name }}
189189
runner: ${{ matrix.runner }}
190190
testing_mode: 'run-only'
191-
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-a123482f30cdadfa45ea627557d46fea0f0220d5
191+
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-111f18b3477aef0c4c30cd61f06058912171c127
192192
image_options: ${{ matrix.image_options }}
193193
target_devices: ${{ matrix.target_devices }}
194194
tests_selector: cts
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
# https://github.com/intel/llvm/issues/21134
2-
config.xfail_features += ['cuda']
3-
41
# Our PVC runners don't have the userspace Vulkan driver installed
52
config.unsupported_features += ['arch-intel_gpu_pvc']

0 commit comments

Comments
 (0)