Skip to content

Commit 2ce1c62

Browse files
authored
[UR] Bump UMF to v1.0.3 (#20071)
bump UMF to 1.0.3 major changes: * make topology_init faster * workaround build failure when building for jemalloc with ninja * initialize hwloc topology only before first fork, not always * load libcuda.so.1 instead of libcuda.so on linux full changelog: oneapi-src/unified-memory-framework@v1.0.0...v1.0.3
1 parent 9a5b5be commit 2ce1c62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

unified-runtime/source/common/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ if(umf_FOUND)
5656
else()
5757
set(UMF_REPO "https://github.com/oneapi-src/unified-memory-framework.git")
5858

59-
# commit 1de269c00e46b7cbdbafa2247812c8c4bb4ed4a5
59+
# commit e7d285269e04d3c0e70917c24945c80a4ea3313a
6060
# Author: Łukasz Stolarczuk <[email protected]>
61-
# Date: Mon Jul 21 15:42:59 2025 +0200
62-
# 1.0.0 release
63-
set(UMF_TAG v1.0.0)
61+
# Date: Tue Sep 16 15:04:27 2025 +0200
62+
# 1.0.3 release
63+
set(UMF_TAG v1.0.3)
6464

6565
if(NOT FETCHCONTENT_SOURCE_DIR_UNIFIED-MEMORY-FRAMEWORK)
6666
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")

0 commit comments

Comments
 (0)