From 46f01223f79d1d65818573c192a72da06fb3afa8 Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Thu, 17 Apr 2025 17:36:42 -0700 Subject: [PATCH] [UR][L0] Update Loader version to simplify teardown check on linux 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 6c2cee33135c5..b202ebc6e295a 100644 --- a/unified-runtime/cmake/FetchLevelZero.cmake +++ b/unified-runtime/cmake/FetchLevelZero.cmake @@ -47,7 +47,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 a510259fb7490ab35841c0ed72986b01464b502c) + set(UR_LEVEL_ZERO_LOADER_TAG 04aaf366bf62c740e1cb2a806147189b22511f50) endif() # Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104