We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aed422 commit a0752e2Copy full SHA for a0752e2
unified-runtime/source/common/CMakeLists.txt
@@ -42,11 +42,11 @@ if (NOT DEFINED UMF_REPO)
42
endif()
43
44
if (NOT DEFINED UMF_TAG)
45
- # commit c02a5525bd6165e137129f7c5691e0faf14b7ceb
+ # commit 1de269c00e46b7cbdbafa2247812c8c4bb4ed4a5
46
# 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)
+ # Date: Mon Jul 21 15:42:59 2025 +0200
+ # 1.0.0 release
+ set(UMF_TAG v1.0.0)
50
51
52
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")
0 commit comments