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 bc8b05f commit 15a1286Copy full SHA for 15a1286
.github/workflows/ur-build-hw.yml
@@ -219,6 +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"
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