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 fe909e8 commit 5297894Copy full SHA for 5297894
unified-runtime/source/common/CMakeLists.txt
@@ -40,12 +40,11 @@ if (NOT DEFINED UMF_REPO)
40
endif()
41
42
if (NOT DEFINED UMF_TAG)
43
- # commit 74df40b572b4821892fbff9414a4b7efde6d9ff7
44
- # Author: Krzysztof Filipek <krzysztof.filipek@intel.com>
45
- # Date: Tue Apr 8 15:24:05 2025 +0200
46
- # Merge pull request #1239 from PatKamin/v0.11.x
47
- # [0.11.x] Disable hwloc in case of missing autoreconf
48
- 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)
49
50
51
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")
0 commit comments