File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ jobs:
229229 ZE_DEBUG : 1
230230 LD_LIBRARY_PATH : " ./dpcpp_compiler/lib ./dpcpp_compiler/bin/sycl-ls /runtimes/lib"
231231 UR_SYCL_LIBRARY_DIR : " ./dpcpp_compiler/lib"
232- run : env OpenCL_LIBRARIES=/runtimes/cl/lib 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
232+ run : env UR_ADAPTERS_FORCE_LOAD=/opt/sycl/lib/libur_adapter_opencl.so OpenCL_LIBRARIES=/runtimes/cl/lib 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
233233
234234 - name : Get information about platform
235235 env :
You can’t perform that action at this time.
0 commit comments