File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
unified-runtime/source/common Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,12 @@ target_include_directories(ur_common PUBLIC
36
36
37
37
message (STATUS "Download Unified Memory Framework from github.com" )
38
38
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" )
40
40
endif ()
41
41
42
42
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 )
48
45
endif ()
49
46
50
47
message (STATUS "Will fetch Unified Memory Framework from ${UMF_REPO} " )
@@ -127,5 +124,4 @@ add_library(${PROJECT_NAME}::umf ALIAS ur_umf)
127
124
target_link_libraries (ur_umf INTERFACE
128
125
umf::umf
129
126
umf::headers
130
- umf::disjoint_pool
131
127
)
You can’t perform that action at this time.
0 commit comments