Skip to content

bump UMF version #2714

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions source/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ if (NOT DEFINED UMF_REPO)
endif()

if (NOT DEFINED UMF_TAG)
# commit ace9f4a60b686463fdad15cd016c548237cb79e0
# Merge: 7b8c459 024b591
# Author: Rafał Rudnicki <[email protected]>
# Date: Mon Feb 10 11:39:15 2025 +0100
# Merge pull request #1088 from ldorau/Fix_remove_CUDA_ERROR_INVALID_RESOURCE_TYPE
set(UMF_TAG ace9f4a60b686463fdad15cd016c548237cb79e0)
# Date: Tue Feb 18 19:50:49 2025 +0100
# Merge pull request #1081 from lplewa/benchmark_stability
# Improve benchmark stability.
set(UMF_TAG c80d2b281826e70abee919aebe81a5593eabba98)
endif()

message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")
Expand Down Expand Up @@ -127,5 +128,4 @@ add_library(${PROJECT_NAME}::umf ALIAS ur_umf)
target_link_libraries(ur_umf INTERFACE
umf::umf
umf::headers
umf::disjoint_pool
)