Skip to content

Commit a0752e2

Browse files
[UR] Bump UMF to v1.0.0 (#19527)
1 parent 1aed422 commit a0752e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

unified-runtime/source/common/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ if (NOT DEFINED UMF_REPO)
4242
endif()
4343

4444
if (NOT DEFINED UMF_TAG)
45-
# commit c02a5525bd6165e137129f7c5691e0faf14b7ceb
45+
# commit 1de269c00e46b7cbdbafa2247812c8c4bb4ed4a5
4646
# Author: Łukasz Stolarczuk <[email protected]>
47-
# Date: Wed Jul 16 11:04:14 2025 +0200
48-
# 1.0.0-rc2 release
49-
set(UMF_TAG v1.0.0-rc2)
47+
# Date: Mon Jul 21 15:42:59 2025 +0200
48+
# 1.0.0 release
49+
set(UMF_TAG v1.0.0)
5050
endif()
5151

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

0 commit comments

Comments
 (0)