Skip to content

Commit 4e3fdfe

Browse files
[UR] Bump UMF to v1.2.0-dev2 (#22584)
it contains a fix in handling hwloc in a static build.
1 parent 0f6b3b6 commit 4e3fdfe

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

unified-runtime/source/common/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ if(umf_FOUND)
8080
else()
8181
set(UMF_REPO "https://github.com/oneapi-src/unified-memory-framework.git")
8282

83-
# commit 5a986843a2469d3e04771c1f27314ba6cc3c62f6
83+
# commit a190c7c07858b1668c9204d169ce47b78574769d
8484
# Author: Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
85-
# Date: Wed May 13 15:04:31 2026 +0200
86-
# Merge pull request #1573 from ldorau/L0_Fix_incorrect_log_messages_in_provider_level_zero.c
87-
# [L0] Fix incorrect log messages in provider_level_zero.c
88-
set(UMF_TAG v1.2.0-dev1)
85+
# Date: Wed Jul 8 13:45:13 2026 +0200
86+
# Merge pull request #1585 from wenju-he/hwloc-external-project-add
87+
# Build hwloc via ExternalProject_Add instead of raw add_custom_command
88+
set(UMF_TAG v1.2.0-dev2)
8989

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

0 commit comments

Comments
 (0)