Skip to content

Commit 172e909

Browse files
authored
Bump UMf to v0.11.0-rc2 (#17908)
1 parent 52eb8d0 commit 172e909

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

unified-runtime/source/common/CMakeLists.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ if (NOT DEFINED UMF_REPO)
4040
endif()
4141

4242
if (NOT DEFINED UMF_TAG)
43-
# commit cbaf24ae0cf33356ddb1bdafe7197b2a90556cd7
44-
# Author: Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
45-
# Date: Tue Mar 18 15:41:37 2025 +0100
46-
# 0.11.0-rc1 release
47-
set(UMF_TAG v0.11.0-rc1)
43+
# commit 74df40b572b4821892fbff9414a4b7efde6d9ff7
44+
# Author: Krzysztof Filipek <krzysztof.filipek@intel.com>
45+
# Date: Tue Apr 8 15:24:05 2025 +0200
46+
# Merge pull request #1239 from PatKamin/v0.11.x
47+
# [0.11.x] Disable hwloc in case of missing autoreconf
48+
set(UMF_TAG v0.11.0-rc2)
4849
endif()
4950

5051
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")

0 commit comments

Comments
 (0)