File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
unified-runtime/source/common Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ if (NOT DEFINED UMF_REPO)
40
40
endif ()
41
41
42
42
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 )
48
48
endif ()
49
49
50
50
message (STATUS "Will fetch Unified Memory Framework from ${UMF_REPO} " )
@@ -127,5 +127,4 @@ add_library(${PROJECT_NAME}::umf ALIAS ur_umf)
127
127
target_link_libraries (ur_umf INTERFACE
128
128
umf::umf
129
129
umf::headers
130
- umf::disjoint_pool
131
130
)
You can’t perform that action at this time.
0 commit comments