Skip to content

Commit 5297894

Browse files
[UR] Bump UMF to v0.11.0 release (#18095)
1 parent fe909e8 commit 5297894

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

unified-runtime/source/common/CMakeLists.txt

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

4242
if (NOT DEFINED UMF_TAG)
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)
43+
# commit a5c3d266641c479511dc6a984ea5b71257e8fee9
44+
# Author: Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
45+
# Date: Thu Apr 17 14:13:05 2025 +0200
46+
# 0.11.0 release
47+
set(UMF_TAG v0.11.0)
4948
endif()
5049

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

0 commit comments

Comments
 (0)