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 38b5829 commit 4c521f5Copy full SHA for 4c521f5
.github/workflows/sycl-linux-run-tests.yml
@@ -157,7 +157,7 @@ jobs:
157
env: ${{ fromJSON(inputs.env) }}
158
steps:
159
- name: Reset Intel GPU
160
- if: false
+ if: inputs.reset_intel_gpu == 'true'
161
run: |
162
cat /run/secrets/sycl_passwd | sudo -S mount -t debugfs none /sys/kernel/debug
163
cat /run/secrets/sycl_passwd | sudo -S bash -c 'echo 1 > /sys/kernel/debug/dri/0/i915_wedged'
0 commit comments