File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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/ldorau /unified-memory-framework.git" )
40
40
endif ()
41
41
42
42
if (NOT DEFINED UMF_TAG)
43
- # commit 6709535de92933d6bfc1e1d19a324f17afec3877
44
- # Author: Rafał Rudnicki <rafal.rudnicki @intel.com>
45
- # Date: Mon Jan 27 10:57:57 2025 +0100
46
- # Merge pull request #1056 from lukaszstolarczuk/hwloc-revert-examples-win
47
- set (UMF_TAG 6709535de92933d6bfc1e1d19a324f17afec3877 )
43
+ # commit 316c220c282bbcef2b42b3f1f39e1d81497e98b5
44
+ # Author: Lukasz Dorau <lukasz.dorau @intel.com>
45
+ # Date: Mon Feb 10 10:20:01 2025 +0100
46
+ # Fix: remove CUDA_ERROR_INVALID_RESOURCE_TYPE
47
+ set (UMF_TAG 316c220c282bbcef2b42b3f1f39e1d81497e98b5 )
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