Skip to content

Commit 1e0a5a3

Browse files
authored
Revert "[UR] Bump UMF to v1.1.0-dev2" (#19877)
Reverts #19818
1 parent 7bf4951 commit 1e0a5a3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

unified-runtime/source/common/CMakeLists.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ target_include_directories(ur_common PUBLIC
3636
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>
3737
)
3838

39+
3940
if (UR_STATIC_ADAPTER_L0)
4041
if (UMF_BUILD_SHARED_LIBRARY)
4142
message(STATUS "Static adapter is not compatible with shared UMF, switching to fully statically linked UMF")
@@ -46,7 +47,6 @@ endif()
4647
set(UR_USE_EXTERNAL_UMF ON CACHE BOOL "Use a pre-built UMF if available")
4748

4849
if(UR_USE_EXTERNAL_UMF)
49-
# v1.1.0-dev2 is not strictly required and they both are compatible
5050
find_package(umf 1.0.0 QUIET)
5151
endif()
5252
if(umf_FOUND)
@@ -56,12 +56,11 @@ if(umf_FOUND)
5656
else()
5757
set(UMF_REPO "https://github.com/oneapi-src/unified-memory-framework.git")
5858

59-
# commit 503d302a72f719a3f11fce0e610f07a3793549d9
59+
# commit 1de269c00e46b7cbdbafa2247812c8c4bb4ed4a5
6060
# Author: Łukasz Stolarczuk <[email protected]>
61-
# Date: Mon Aug 18 11:14:25 2025 +0200
62-
# Merge pull request #1496 from sarnex/gtest
63-
# [CMake] Support preinstalled GTest
64-
set(UMF_TAG v1.1.0-dev2)
61+
# Date: Mon Jul 21 15:42:59 2025 +0200
62+
# 1.0.0 release
63+
set(UMF_TAG v1.0.0)
6564

6665
if(NOT FETCHCONTENT_SOURCE_DIR_UNIFIED-MEMORY-FRAMEWORK)
6766
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")

0 commit comments

Comments
 (0)