Skip to content

Commit defae64

Browse files
[UR] UMF fix for hwloc with Unix Makefiles
1 parent 3ee420c commit defae64

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

unified-runtime/source/common/CMakeLists.txt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,12 @@ target_include_directories(ur_common PUBLIC
3636

3737
message(STATUS "Download Unified Memory Framework from github.com")
3838
if (NOT DEFINED UMF_REPO)
39-
set(UMF_REPO "https://github.com/oneapi-src/unified-memory-framework.git")
39+
set(UMF_REPO "https://github.com/PatKamin/unified-memory-framework.git")
4040
endif()
4141

4242
if (NOT DEFINED UMF_TAG)
43-
# commit 5a515c56c92be75944c8246535c408cee7711114
44-
# Author: Lukasz Dorau <[email protected]>
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+
# hwloc fix for Unix Makefiles generator
44+
set(UMF_TAG ab731c046d782ad0c1ed7872bca9f1ae64cc9e33)
4845
endif()
4946

5047
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")
@@ -127,5 +124,4 @@ add_library(${PROJECT_NAME}::umf ALIAS ur_umf)
127124
target_link_libraries(ur_umf INTERFACE
128125
umf::umf
129126
umf::headers
130-
umf::disjoint_pool
131127
)

0 commit comments

Comments
 (0)