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