We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142c224 commit 085f778Copy full SHA for 085f778
libsycl/cmake/Modules/FetchUnifiedRuntime.cmake
@@ -52,7 +52,7 @@ endif()
52
include(FetchContent)
53
54
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
55
-set(UNIFIED_RUNTIME_TAG 851ee6a2bb5f5c34c6e48a00e0b06255044e0f03)
+set(UNIFIED_RUNTIME_TAG b9f265a2ac0c967c7c8beed224351440feec162e)
56
57
FetchContent_Declare(unified-runtime
58
GIT_REPOSITORY ${UNIFIED_RUNTIME_REPO}
0 commit comments