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 818ca48 commit 6006b09Copy full SHA for 6006b09
.github/workflows/ur-precommit.yml
@@ -88,12 +88,12 @@ jobs:
88
runner: UR_OPENCL
89
platform: "Intel(R) OpenCL"
90
docker_image: "ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps"
91
- image_options: -u 1001 --gpus all --device=/dev/dri --cap-add SYS_ADMIN
+ image_options: -u 1001 --gpus all --device=/dev/dri --cap-add --privileged SYS_ADMIN
92
- name: OPENCL
93
94
platform: "OPENCL:Intel(R) OpenCL"
95
96
97
other_adapter: NATIVE_CPU
98
- name: NATIVE_CPU
99
runner: UR_NATIVE_CPU
0 commit comments