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 3947e7d commit bc59f9cCopy full SHA for bc59f9c
.github/workflows/ur-build-hw.yml
@@ -219,7 +219,7 @@ jobs:
219
env:
220
ZE_ENABLE_LOADER_DEBUG_TRACE: 1
221
ZE_DEBUG: 1
222
- LD_LIBRARY_PATH: "dpcpp_compiler/lib ./dpcpp_compiler/bin/sycl-ls"
+ LD_LIBRARY_PATH: "./dpcpp_compiler/lib ./dpcpp_compiler/bin/sycl-ls"
223
UR_SYCL_LIBRARY_DIR: "./dpcpp_compiler/lib"
224
run: env UR_BUILD_ADAPTER_OPENCL=ON UR_CTS_ADAPTER_PLATFORM="${{matrix.adapter.platform}}" ctest -C ${{matrix.build_type}} --test-dir build --output-on-failure -L "conformance" --timeout 600
225
0 commit comments