File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ 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/igchor /unified-memory-framework.git" )
40
40
endif ()
41
41
42
42
if (NOT DEFINED UMF_TAG)
43
43
# commit ace9f4a60b686463fdad15cd016c548237cb79e0
44
44
# Author: Rafał Rudnicki <[email protected] >
45
45
# Date: Mon Feb 10 11:39:15 2025 +0100
46
46
# Merge pull request #1088 from ldorau/Fix_remove_CUDA_ERROR_INVALID_RESOURCE_TYPE
47
- set (UMF_TAG ace9f4a60b686463fdad15cd016c548237cb79e0 )
47
+ set (UMF_TAG 05d5f1a190f209794979daae22dd7daf7b66be44 )
48
48
endif ()
49
49
50
50
message (STATUS "Will fetch Unified Memory Framework from ${UMF_REPO} " )
You can’t perform that action at this time.
0 commit comments