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 723c045 commit f772f90Copy full SHA for f772f90
source/common/CMakeLists.txt
@@ -19,11 +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/igchor/unified-memory-framework.git")
+ set(UMF_REPO "https://github.com/oneapi-src/unified-memory-framework.git")
23
endif()
24
25
if (NOT DEFINED UMF_TAG)
26
- set(UMF_TAG c89b4a29b1b0d5f8509d216e715a7c6d6e7c63e0)
+ set(UMF_TAG 9a96626d8c5fe3b8e7625cb2c3bd41e779c6eb8c)
27
28
29
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")
0 commit comments