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 fe66dff commit ca8a513Copy full SHA for ca8a513
.github/workflows/ur-build-hw.yml
@@ -213,6 +213,7 @@ jobs:
213
env:
214
ZE_ENABLE_LOADER_DEBUG_TRACE: 1
215
ZE_DEBUG: 1
216
+ UR_SYCL_LIBRARY_DIR: "./dpcpp_compiler/lib"
217
run: env UR_CTS_ADAPTER_PLATFORM="${{matrix.adapter.platform}}" ctest -C ${{matrix.build_type}} --test-dir build --output-on-failure -L "conformance" --timeout 600
218
219
- name: Get information about platform
0 commit comments