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