Skip to content

Commit

Permalink
Merge pull request oneapi-src#1900 from kswiecicki/umf-version-bump
Browse files Browse the repository at this point in the history
Bump UMF version
  • Loading branch information
pbalcer authored Jul 26, 2024
2 parents 3d8fe8d + 58f8527 commit 2baf095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ if (NOT DEFINED UMF_REPO)
endif()

if (NOT DEFINED UMF_TAG)
# Merge pull request #637 from kswiecicki/fix-dpool-poison-macro
set(UMF_TAG 1c34aae4c804e133c1273f30b1d6441ebb766f2f)
# Merge pull request #638 from kswiecicki/umf-compile-options
set(UMF_TAG 9f91964fabfbc8536b2eec6f54cb85feeab61667)
endif()

message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")
Expand Down

0 comments on commit 2baf095

Please sign in to comment.