File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
unified-runtime/source/common Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,10 @@ if(umf_FOUND)
54
54
# Add an alias matching the FetchContent case
55
55
add_library (umf::headers ALIAS umf::umf_headers )
56
56
else ()
57
- set (UMF_REPO "https://github.com/oneapi-src /unified-memory-framework.git" )
57
+ set (UMF_REPO "https://github.com/bratpiorka /unified-memory-framework.git" )
58
58
59
- # commit 1de269c00e46b7cbdbafa2247812c8c4bb4ed4a5
60
- # Author: Łukasz Stolarczuk <[email protected] >
61
- # Date: Mon Jul 21 15:42:59 2025 +0200
62
- # 1.0.0 release
63
- set (UMF_TAG v1.0.0 )
59
+ # load libcuda.so.1 instead of libcuda.so on linux
60
+ set (UMF_TAG 532f4c88e9fcdee9a3168efc8da7168252384c61 )
64
61
65
62
if (NOT FETCHCONTENT_SOURCE_DIR_UNIFIED-MEMORY-FRAMEWORK )
66
63
message (STATUS "Will fetch Unified Memory Framework from ${UMF_REPO} " )
You can’t perform that action at this time.
0 commit comments