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 25af075 commit 92690a3Copy full SHA for 92690a3
unified-runtime/source/common/CMakeLists.txt
@@ -42,13 +42,11 @@ if (NOT DEFINED UMF_REPO)
42
endif()
43
44
if (NOT DEFINED UMF_TAG)
45
- # commit b02c3c5b3c2cf4b09ff82ce36c95a63e293aa88e
46
- # Merge: 5835cb8 6dcd296
47
- # Author: Krzysztof Filipek <[email protected]>
48
- # Date: Wed Jul 2 10:55:35 2025 +0200
49
- # Merge pull request #1397 from lplewa/memspace_experiment
50
- # move memspace api to experimental
51
- set(UMF_TAG v0.12.0-dev4)
+ # commit 99ff81024f28ed37090f7910dfadc6aaf8dbb3ff
+ # Author: Łukasz Stolarczuk <[email protected]>
+ # Date: Mon Jul 7 17:08:39 2025 +0200
+ # 1.0.0-rc1 release
+ set(UMF_TAG v1.0.0-rc1)
52
53
54
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")
0 commit comments