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 137edef commit e4496f2Copy full SHA for e4496f2
.github/workflows/sycl-nightly.yml
@@ -268,8 +268,9 @@ jobs:
268
runner: '["Linux", "pvc"]'
269
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
270
target_devices: level_zero:gpu
271
- reset_intel_gpu: true
+ reset_intel_gpu: false
272
uses: ./.github/workflows/sycl-linux-run-tests.yml
273
+ secrets: inherit
274
with:
275
name: ${{ matrix.name }}
276
runner: ${{ matrix.runner }}
0 commit comments