File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -98,22 +98,8 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
98
98
CACHE PATH "Path to external '${name} ' adapter source dir" FORCE )
99
99
endfunction ()
100
100
101
- set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git" )
102
- # commit 2baf095188b235bb2b0a0140f0187d2041aef4b0
103
- # Merge: 3d8fe8d2 58f85278
104
- # Author: Piotr Balcer <[email protected] >
105
- # Date: Fri Jul 26 12:06:22 2024 +0200
106
- # Merge pull request #1900 from kswiecicki/umf-version-bump
107
- # Bump UMF version
108
- set (UNIFIED_RUNTIME_TAG 58f85278a4ebf37742dd10afb3350580b0b1d9d7 )
109
-
110
- set (UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES" )
111
- # Due to the use of dependentloadflag and no installer for UMF and hwloc we need
112
- # to link statically on windows
113
- if (WIN32 )
114
- set (UMF_BUILD_SHARED_LIBRARY OFF CACHE INTERNAL "Build UMF shared library" )
115
- set (UMF_LINK_HWLOC_STATICALLY ON CACHE INTERNAL "static HWLOC" )
116
- endif ()
101
+ set (UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git" )
102
+ set (UNIFIED_RUNTIME_TAG 5b1d9b5a0588ece20fae4df6139757aff2517ff6 )
117
103
118
104
fetch_adapter_source (level_zero
119
105
${UNIFIED_RUNTIME_REPO}
You can’t perform that action at this time.
0 commit comments