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 13f86ec commit fedb018Copy full SHA for fedb018
.github/workflows/sycl-nightly.yml
@@ -264,9 +264,9 @@ jobs:
264
include:
265
- name: Run compute-benchmarks on L0 PVC
266
runner: '["PVC_PERF"]'
267
- image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
+ image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
268
target_devices: level_zero:gpu
269
- reset_intel_gpu: true
+ reset_intel_gpu: false
270
uses: ./.github/workflows/sycl-linux-run-tests.yml
271
secrets: inherit
272
with:
0 commit comments