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 a2a7073 commit 97c2ae0Copy full SHA for 97c2ae0
.github/workflows/sycl-windows-build.yml
@@ -156,7 +156,7 @@ jobs:
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
+ env LIT_FILTER_OUT="host_tanpi_double_accuracy" cmake --build build --target check-sycl
160
else
161
cmake --build build --target check-sycl
162
fi
0 commit comments