Skip to content

Commit 9cf5f6f

Browse files
committed
[UR] Bump UMF to v0.11.0-dev4
From now on disjoint_pool is part of libumf, instead of being a separate library. Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 17df762 commit 9cf5f6f

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
@@ -40,11 +40,11 @@ if (NOT DEFINED UMF_REPO)
4040
endif()
4141

4242
if (NOT DEFINED UMF_TAG)
43-
# commit 5a515c56c92be75944c8246535c408cee7711114
44-
# Author: Lukasz Dorau <lukasz.dorau@intel.com>
45-
# Date: Mon Feb 17 10:56:05 2025 +0100
46-
# Merge pull request #1086 from vinser52/svinogra_l0_linking
47-
set(UMF_TAG 5a515c56c92be75944c8246535c408cee7711114)
43+
# commit 998debed7a8551bdf6774be810559bb6cef6542b
44+
# Author: Krzysztof Filipek <krzysztof.filipek@intel.com>
45+
# Date: Thu Mar 13 09:53:27 2025 +0100
46+
# Merge pull request #1183 from ldorau/Fix_segfault_in_cu_memory_provider_get_last_native_error
47+
set(UMF_TAG v0.11.0-dev4)
4848
endif()
4949

5050
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")
@@ -127,5 +127,4 @@ add_library(${PROJECT_NAME}::umf ALIAS ur_umf)
127127
target_link_libraries(ur_umf INTERFACE
128128
umf::umf
129129
umf::headers
130-
umf::disjoint_pool
131130
)

0 commit comments

Comments
 (0)