Skip to content

Commit a9cb8f1

Browse files
authored
[UR] Bump UMF to v0.11.0-dev4 (#17468)
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 <lukasz.dorau@intel.com>
1 parent 1167ee6 commit a9cb8f1

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

sycl/test-e2e/Regression/static-buffer-dtor.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21
2222
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17255
2323

24+
// UNSUPPORTED: cuda
25+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17450
26+
2427
#include <sycl/detail/core.hpp>
2528

2629
int main() {

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)