We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f13420 commit a42a419Copy full SHA for a42a419
unified-runtime/source/common/CMakeLists.txt
@@ -36,15 +36,15 @@ target_include_directories(ur_common PUBLIC
36
37
message(STATUS "Download Unified Memory Framework from github.com")
38
if (NOT DEFINED UMF_REPO)
39
- set(UMF_REPO "https://github.com/oneapi-src/unified-memory-framework.git")
+ set(UMF_REPO "https://github.com/bratpiorka/unified-memory-framework.git")
40
endif()
41
42
if (NOT DEFINED UMF_TAG)
43
# commit cbaf24ae0cf33356ddb1bdafe7197b2a90556cd7
44
# Author: Łukasz Stolarczuk <[email protected]>
45
# Date: Tue Mar 18 15:41:37 2025 +0100
46
# 0.11.0-rc1 release
47
- set(UMF_TAG v0.11.0-rc1)
+ set(UMF_TAG d1a61df8e689b88dda5c88dbaed5f982a66a7aa7)
48
49
50
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")
0 commit comments