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 7ac737a commit fff8e33Copy full SHA for fff8e33
sycl/cmake/modules/FetchUnifiedRuntime.cmake
@@ -117,7 +117,7 @@ if(SYCL_UR_USE_FETCH_CONTENT)
117
endfunction()
118
119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120
- set(UNIFIED_RUNTIME_TAG 698cd9974c18874bf6a7e9ec78507c30b9deeca7)
+ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)
121
122
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
123
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need
0 commit comments