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 085f778 commit c54afadCopy full SHA for c54afad
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 b9f265a2ac0c967c7c8beed224351440feec162e)
+set(UNIFIED_RUNTIME_TAG 8ee4da175c197d4dc5c9ec939e7e4d87d4edfa99)
56
57
FetchContent_Declare(unified-runtime
58
GIT_REPOSITORY ${UNIFIED_RUNTIME_REPO}
0 commit comments