Skip to content

Commit 46e7d83

Browse files
committed
test
1 parent fcd35c0 commit 46e7d83

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

unified-runtime/source/common/CMakeLists.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,10 @@ if(umf_FOUND)
5454
# Add an alias matching the FetchContent case
5555
add_library(umf::headers ALIAS umf::umf_headers)
5656
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")
5858

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)
6461

6562
if(NOT FETCHCONTENT_SOURCE_DIR_UNIFIED-MEMORY-FRAMEWORK)
6663
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")

0 commit comments

Comments
 (0)