Skip to content

Commit 6134512

Browse files
committed
Update to use offical master patch of Loader
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent eaae413 commit 6134512

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/ur-build-hw.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,16 @@ jobs:
137137

138138
- name: Test adapter specific
139139
env:
140-
ZE_ENABLE_LOADER_DEBUG_TRACE=1
140+
ZE_ENABLE_LOADER_DEBUG_TRACE: 1
141+
ZE_DEBUG: 1
141142
run: ctest -C ${{matrix.build_type}} --test-dir ${{github.workspace}}/build --output-on-failure -L "adapter-specific" -E "memcheck" --timeout 600 -VV
142143
# Don't run adapter specific tests when building multiple adapters
143144
if: ${{ matrix.adapter.other_name == '' }}
144145

145146
- name: Test adapters
146147
env:
147-
ZE_ENABLE_LOADER_DEBUG_TRACE=1
148+
ZE_ENABLE_LOADER_DEBUG_TRACE: 1
149+
ZE_DEBUG: 1
148150
run: env UR_CTS_ADAPTER_PLATFORM="${{matrix.adapter.platform}}" ctest -C ${{matrix.build_type}} --test-dir ${{github.workspace}}/build --output-on-failure -L "conformance" --timeout 600 -VV
149151

150152
- name: Get information about platform

unified-runtime/cmake/FetchLevelZero.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
4040
set(BUILD_STATIC ON)
4141

4242
if (UR_LEVEL_ZERO_LOADER_REPO STREQUAL "")
43-
set(UR_LEVEL_ZERO_LOADER_REPO "https://github.com/nrspruit/level-zero.git")
43+
set(UR_LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
4444
endif()
4545
if (UR_LEVEL_ZERO_LOADER_TAG STREQUAL "")
46-
set(UR_LEVEL_ZERO_LOADER_TAG a2ff82c2185534eaa3c042e8ce48fe45ef4555c3)
46+
set(UR_LEVEL_ZERO_LOADER_TAG e68041555e58e49ab2671cebe65d2762d95fd101)
4747
endif()
4848

4949
# Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104

0 commit comments

Comments
 (0)