Skip to content

Commit 2392275

Browse files
committed
test logs
Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
1 parent dd4dc3e commit 2392275

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/multi_device.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,15 @@ jobs:
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

cmake/FetchLevelZero.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)