Skip to content

Commit 719f8e9

Browse files
committed
Use fixed UMF
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 2392275 commit 719f8e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/common/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ target_include_directories(ur_common PUBLIC
3636

3737
message(STATUS "Download Unified Memory Framework from github.com")
3838
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")
4040
endif()
4141

4242
if (NOT DEFINED UMF_TAG)
4343
# commit ace9f4a60b686463fdad15cd016c548237cb79e0
4444
# Author: Rafał Rudnicki <[email protected]>
4545
# Date: Mon Feb 10 11:39:15 2025 +0100
4646
# Merge pull request #1088 from ldorau/Fix_remove_CUDA_ERROR_INVALID_RESOURCE_TYPE
47-
set(UMF_TAG ace9f4a60b686463fdad15cd016c548237cb79e0)
47+
set(UMF_TAG 05d5f1a190f209794979daae22dd7daf7b66be44)
4848
endif()
4949

5050
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")

0 commit comments

Comments
 (0)