Skip to content

[UR] Bump umf version to v1.0.0-rc1 #19326

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 8, 2025
Merged
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
12 changes: 5 additions & 7 deletions unified-runtime/source/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@ if (NOT DEFINED UMF_REPO)
endif()

if (NOT DEFINED UMF_TAG)
# commit b02c3c5b3c2cf4b09ff82ce36c95a63e293aa88e
# Merge: 5835cb8 6dcd296
# Author: Krzysztof Filipek <krzysztof.filipek@intel.com>
# Date: Wed Jul 2 10:55:35 2025 +0200
# Merge pull request #1397 from lplewa/memspace_experiment
# move memspace api to experimental
set(UMF_TAG v0.12.0-dev4)
# commit 99ff81024f28ed37090f7910dfadc6aaf8dbb3ff
# Author: Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
# Date: Mon Jul 7 17:08:39 2025 +0200
# 1.0.0-rc1 release
set(UMF_TAG v1.0.0-rc1)
endif()

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