Skip to content

Commit 723c045

Browse files
committed
Bump UMF version to allow disabling hwloc
1 parent b7b0c8b commit 723c045

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/common/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ target_include_directories(ur_common PUBLIC
1919

2020
message(STATUS "Download Unified Memory Framework from github.com")
2121
if (NOT DEFINED UMF_REPO)
22-
set(UMF_REPO "https://github.com/oneapi-src/unified-memory-framework.git")
22+
set(UMF_REPO "https://github.com/igchor/unified-memory-framework.git")
2323
endif()
2424

2525
if (NOT DEFINED UMF_TAG)
26-
# Merge pull request #639 from kswiecicki/umf-compile-options-win
27-
set(UMF_TAG bb07950f9804783cdc69951b90c2d7bd68c226f3)
26+
set(UMF_TAG c89b4a29b1b0d5f8509d216e715a7c6d6e7c63e0)
2827
endif()
2928

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

0 commit comments

Comments
 (0)