We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b0c8b commit 723c045Copy full SHA for 723c045
source/common/CMakeLists.txt
@@ -19,12 +19,11 @@ target_include_directories(ur_common PUBLIC
19
20
message(STATUS "Download Unified Memory Framework from github.com")
21
if (NOT DEFINED UMF_REPO)
22
- set(UMF_REPO "https://github.com/oneapi-src/unified-memory-framework.git")
+ set(UMF_REPO "https://github.com/igchor/unified-memory-framework.git")
23
endif()
24
25
if (NOT DEFINED UMF_TAG)
26
- # Merge pull request #639 from kswiecicki/umf-compile-options-win
27
- set(UMF_TAG bb07950f9804783cdc69951b90c2d7bd68c226f3)
+ set(UMF_TAG c89b4a29b1b0d5f8509d216e715a7c6d6e7c63e0)
28
29
30
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")
0 commit comments