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 a377c17 commit a67a8c6Copy full SHA for a67a8c6
1 file changed
.github/workflows/intel.yml
@@ -111,7 +111,8 @@ jobs:
111
name: oneAPI SYCL for Nvidia GPUs [tests w/ EB]
112
runs-on: ubuntu-latest
113
needs: check_changes
114
- if: needs.check_changes.outputs.has_non_docs_changes == 'true'
+ # if: needs.check_changes.outputs.has_non_docs_changes == 'true'
115
+ if: 0
116
steps:
117
- uses: actions/checkout@v5
118
- name: Dependencies
@@ -164,7 +165,8 @@ jobs:
164
165
name: oneAPI SYCL for AMD GPUs
166
runs-on: ubuntu-22.04
167
168
169
170
171
172
0 commit comments