Skip to content

[UR] Bump UMF to v0.11.0 release #18095

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Draft
wants to merge 1 commit into
base: sycl
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions unified-runtime/source/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@ if (NOT DEFINED UMF_REPO)
endif()

if (NOT DEFINED UMF_TAG)
# commit 74df40b572b4821892fbff9414a4b7efde6d9ff7
# Author: Krzysztof Filipek <krzysztof.filipek@intel.com>
# Date: Tue Apr 8 15:24:05 2025 +0200
# Merge pull request #1239 from PatKamin/v0.11.x
# [0.11.x] Disable hwloc in case of missing autoreconf
set(UMF_TAG v0.11.0-rc2)
# commit a5c3d266641c479511dc6a984ea5b71257e8fee9
# Author: Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
# Date: Thu Apr 17 14:13:05 2025 +0200
# 0.11.0 release
set(UMF_TAG v0.11.0)
endif()

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