From 0a647fd526a62a5ea93791bba3c66110c13f6c19 Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Mon, 7 Apr 2025 07:42:43 -0700 Subject: [PATCH 1/2] [UR][L0] Update L0 static loader to fix dynamic tracing Signed-off-by: Neil R. Spruit --- unified-runtime/cmake/FetchLevelZero.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unified-runtime/cmake/FetchLevelZero.cmake b/unified-runtime/cmake/FetchLevelZero.cmake index db0ff95e1ed29..6ff9e23bc013a 100644 --- a/unified-runtime/cmake/FetchLevelZero.cmake +++ b/unified-runtime/cmake/FetchLevelZero.cmake @@ -43,7 +43,7 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR) set(UR_LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git") endif() if (UR_LEVEL_ZERO_LOADER_TAG STREQUAL "") - set(UR_LEVEL_ZERO_LOADER_TAG ecfe375b30cc04265b20ac1b7996a85d0910f3ed) + set(UR_LEVEL_ZERO_LOADER_TAG 01c9bad362b1981ed8fb287235e50d2d903a72cc) endif() # Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104 From 17edcce21cb2ec84e25ae8a59496ac534d802b1a Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Tue, 8 Apr 2025 14:12:10 -0700 Subject: [PATCH 2/2] Update FetchLevelZero.cmake --- unified-runtime/cmake/FetchLevelZero.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unified-runtime/cmake/FetchLevelZero.cmake b/unified-runtime/cmake/FetchLevelZero.cmake index 6ff9e23bc013a..4ceb304bb266e 100644 --- a/unified-runtime/cmake/FetchLevelZero.cmake +++ b/unified-runtime/cmake/FetchLevelZero.cmake @@ -43,7 +43,7 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR) set(UR_LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git") endif() if (UR_LEVEL_ZERO_LOADER_TAG STREQUAL "") - set(UR_LEVEL_ZERO_LOADER_TAG 01c9bad362b1981ed8fb287235e50d2d903a72cc) + set(UR_LEVEL_ZERO_LOADER_TAG 782ba0ef068e7a9b6a73cf1779e2ca46dc01781c) endif() # Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104