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 a94c1c5 commit 233c07cCopy full SHA for 233c07c
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/kswiecicki/unified-memory-framework.git")
22
endif()
23
24
if (NOT DEFINED UMF_TAG)
25
- # Merge pull request #633 from PatKamin/disable-poisoning
26
- set(UMF_TAG e15b749ac1934804ffcf98fe970135b3ae37b31f)
+ # Temp testing
+ set(UMF_TAG b6d5f2cb3367c5937620259ca4aea5210ffd5695)
27
28
29
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")
0 commit comments