Skip to content

Commit 52eb8d0

Browse files
authored
[UR][L0] Update L0 static loader to fix dynamic tracing (#17887)
- Fix to use the version of the L0 Loader which addresses the issues with dynamically enabling the tracing layer during execution. Previously, this path was not working correctly to allow intercepting the UR calls. --------- Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 8ced24f commit 52eb8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: unified-runtime/cmake/FetchLevelZero.cmake

+1-1
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/oneapi-src/level-zero.git")
4444
endif()
4545
if (UR_LEVEL_ZERO_LOADER_TAG STREQUAL "")
46-
set(UR_LEVEL_ZERO_LOADER_TAG ecfe375b30cc04265b20ac1b7996a85d0910f3ed)
46+
set(UR_LEVEL_ZERO_LOADER_TAG 782ba0ef068e7a9b6a73cf1779e2ca46dc01781c)
4747
endif()
4848

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

0 commit comments

Comments
 (0)