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 def7334 commit 3901ed3Copy full SHA for 3901ed3
.github/workflows/sycl-windows-build.yml
@@ -142,7 +142,7 @@ jobs:
142
shell: bash
143
run: |
144
if [[ ${{inputs.compiler}} == 'icx' ]]; then
145
- export LIT_XFAIL="regression/host_tanpi_double_accuracy.cpp"
+ export LIT_XFAIL="regression\host_tanpi_double_accuracy.cpp"
146
fi
147
cmake --build build --target check-sycl
148
- name: check-sycl-unittests
0 commit comments