File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
unified-runtime/source/common Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ endif()
7272set (UR_USE_EXTERNAL_UMF ON CACHE BOOL "Use a pre-built UMF if available" )
7373
7474if (UR_USE_EXTERNAL_UMF)
75- find_package (umf 1.0 .0 QUIET )
75+ find_package (umf 1.1 .0 QUIET )
7676endif ()
7777if (umf_FOUND)
7878 message (STATUS "Using preinstalled UMF at ${umf_DIR} , ignoring UMF build related options" )
@@ -81,11 +81,12 @@ if(umf_FOUND)
8181else ()
8282 set (UMF_REPO "https://github.com/oneapi-src/unified-memory-framework.git" )
8383
84- # commit 1209db2c5702b5de773ffc117b03e62f57f9554f
85- # Author: Łukasz Ślusarczyk <[email protected] > 86- # Date: Mon Aug 25 13:35:07 2025 +0200
87- # Add resident device change call
88- set (UMF_TAG v1.1.0-dev3)
84+ # commit 32421ebe1fec714392e711f307df4574af89158f
85+ # Author: Rafał Rudnicki <[email protected] > 86+ # Date: Thu Nov 13 15:23:28 2025 +0100
87+ # Merge pull request #1543 from bratpiorka/rrudnick_fix_dp_free_chunk
88+ # fix Disjoint Pool bucket_free_chunk
89+ set (UMF_TAG v1.1.0-dev4)
8990
9091 if (NOT FETCHCONTENT_SOURCE_DIR_UNIFIED-MEMORY-FRAMEWORK )
9192 message (STATUS "Will fetch Unified Memory Framework from ${UMF_REPO} " )
You can’t perform that action at this time.
0 commit comments