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 77e6546 commit 69e84c0Copy full SHA for 69e84c0
.github/workflows/ur-precommit.yml
@@ -92,12 +92,12 @@ jobs:
92
- name: OPENCL
93
runner: UR_OPENCL
94
platform: "OPENCL:Intel(R) OpenCL"
95
- docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"
+ docker_image: "ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps"
96
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --privileged --cap-add SYS_ADMIN
97
other_adapter: NATIVE_CPU
98
- name: NATIVE_CPU
99
runner: UR_NATIVE_CPU
100
101
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
102
103
# Extra native CPU jobs are here to force the loader to be used.
0 commit comments