Skip to content

Commit 8dd8b4a

Browse files
d
1 parent b6eecc1 commit 8dd8b4a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ur-build-hw.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ jobs:
104104
# TODO: options may differ for other GPU cards
105105
options: ${{ inputs.image_options }}
106106
# options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
107-
107+
volumes:
108+
- /opt/intel:/opt/intel
108109
steps:
109110
# TODO:
110111
# - investigate if DUR_CONFORMANCE_AMD_ARCH could be removed

.github/workflows/ur-precommit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ jobs:
9393
runner: UR_OPENCL
9494
platform: "OPENCL:Intel(R) OpenCL"
9595
docker_image: "ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps"
96-
image_options: -u 1001 --gpus all --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --cap-add SYS_ADMIN
96+
image_options: -u 1001 --gpus all --device=/dev/dri --cap-add SYS_ADMIN
9797
other_adapter: NATIVE_CPU
9898
- name: NATIVE_CPU
9999
runner: UR_NATIVE_CPU
100100
docker_image: "ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps"
101-
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
101+
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
102102

103103
# Extra native CPU jobs are here to force the loader to be used.
104104
# UR will not use the loader if there is only one target.

0 commit comments

Comments
 (0)