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 321d83a commit ba3c45cCopy full SHA for ba3c45c
.github/workflows/sycl-linux-precommit.yml
@@ -202,7 +202,7 @@ jobs:
202
# image_options: -u 1001 --gpus all --cap-add SYS_ADMIN
203
# target_devices: ext_oneapi_cuda:gpu
204
- name: Run benchmarks on Intel
205
- runner: '["Linux", "gen12"]'
+ runner: '["Linux", "pvc"]'
206
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
207
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
208
target_devices: level_zero:gpu;opencl:gpu;opencl:cpu
0 commit comments