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.
2 parents f4a9497 + 3ebcea1 commit cb44d9aCopy full SHA for cb44d9a
.github/workflows/e2e_core.yml
@@ -138,7 +138,7 @@ jobs:
138
# Remove after fixing SYCL test :: abi/layout_handler.cpp
139
# This issue does not affect further execution of e2e with UR.
140
continue-on-error: true
141
- run: cmake --build ${{github.workspace}}/sycl_build --target check-sycl
+ run: cmake --build ${{github.workspace}}/sycl_build --target check-sycl -j6
142
143
- name: Set additional env. vars
144
run: |
0 commit comments