Skip to content

Commit 27d0443

Browse files
committed
Temporarily change UMF_TAG
1 parent 2101099 commit 27d0443

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

source/common/CMakeLists.txt

+2-6
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,11 @@ 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/ldorau/unified-memory-framework.git")
4040
endif()
4141

4242
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)
4844
endif()
4945

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

0 commit comments

Comments
 (0)