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 76b7d3a commit a2a7073Copy full SHA for a2a7073
.github/workflows/sycl-windows-build.yml
@@ -153,10 +153,11 @@ jobs:
153
cmake --build build --target check-clang
154
- name: check-sycl
155
if: always() && !cancelled() && contains(inputs.changes, 'sycl')
156
+ shell: bash
157
run: |
158
if [[ ${{inputs.compiler}} == 'icx' ]]; then
159
env LIT_FILTER="!host_tanpi_double_accuracy" cmake --build build --target check-sycl
- else
160
+ else
161
cmake --build build --target check-sycl
162
fi
163
- name: check-sycl-unittests
0 commit comments