File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 5757 run : cmake --build ${{github.workspace}}/build -j $(nproc)
5858
5959 - name : Test adapter specific
60+ env :
61+ ZE_DEBUG : 1
62+ ZE_ENABLE_LOADER_DEBUG_TRACE : 1
6063 working-directory : ${{github.workspace}}/build
6164 run : ctest -C ${{matrix.build_type}} --output-on-failure -L "adapter-specific" --timeout 180
6265
6366 - name : Test adapters
67+ env :
68+ ZE_DEBUG : 1
69+ ZE_ENABLE_LOADER_DEBUG_TRACE : 1
6470 working-directory : ${{github.workspace}}/build
6571 run : env UR_CTS_ADAPTER_PLATFORM="${{matrix.adapter.platform}}" ctest -C ${{matrix.build_type}} --output-on-failure -L "conformance" -E "exp_command_buffer" --timeout 180
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
4343 set (UR_LEVEL_ZERO_LOADER_REPO "https://github.com/nrspruit/level-zero.git" )
4444 endif ()
4545 if (UR_LEVEL_ZERO_LOADER_TAG STREQUAL "" )
46- set (UR_LEVEL_ZERO_LOADER_TAG 399cd159d00f08685f1a1281fec4ea732d8021cb )
46+ set (UR_LEVEL_ZERO_LOADER_TAG dc17e65e99fb4b2382567076098b2c5989b73de7 )
4747 endif ()
4848
4949 # Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104
You can’t perform that action at this time.
0 commit comments