From dc24a053cf8ee79193a2a8c244eb7fbf4b01f3e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Stolarczuk?= Date: Fri, 18 Apr 2025 15:39:12 +0200 Subject: [PATCH] [UR] Bump UMF to v0.11.0 release --- unified-runtime/source/common/CMakeLists.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/unified-runtime/source/common/CMakeLists.txt b/unified-runtime/source/common/CMakeLists.txt index 505efd8492979..1d14d3e3cecbb 100644 --- a/unified-runtime/source/common/CMakeLists.txt +++ b/unified-runtime/source/common/CMakeLists.txt @@ -40,12 +40,11 @@ if (NOT DEFINED UMF_REPO) endif() if (NOT DEFINED UMF_TAG) - # commit 74df40b572b4821892fbff9414a4b7efde6d9ff7 - # Author: Krzysztof Filipek - # 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 - set(UMF_TAG v0.11.0-rc2) + # commit a5c3d266641c479511dc6a984ea5b71257e8fee9 + # Author: Ɓukasz Stolarczuk + # Date: Thu Apr 17 14:13:05 2025 +0200 + # 0.11.0 release + set(UMF_TAG v0.11.0) endif() message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")