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 ccc8440 commit d15fe0dCopy full SHA for d15fe0d
source/common/CMakeLists.txt
@@ -18,12 +18,12 @@ target_include_directories(ur_common PUBLIC
18
19
message(STATUS "Download Unified Memory Framework from github.com")
20
if (NOT DEFINED UMF_REPO)
21
- set(UMF_REPO "https://github.com/oneapi-src/unified-memory-framework.git")
+ set(UMF_REPO "https://github.com/PatKamin/unified-memory-framework.git")
22
endif()
23
24
if (NOT DEFINED UMF_TAG)
25
- # Merge pull request #624 from lukaszstolarczuk/fix-cmake-append-helper
26
- set(UMF_TAG 463a48f5a90c9504c4e8bd6da1d9f227fefa2338)
+ # Testing
+ set(UMF_TAG de92b8ad820c81d96db25fbe3598832f96ad60c4)
27
28
29
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")
0 commit comments