Skip to content

Commit 233c07c

Browse files
committed
temp
1 parent a94c1c5 commit 233c07c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/common/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ target_include_directories(ur_common PUBLIC
1818

1919
message(STATUS "Download Unified Memory Framework from github.com")
2020
if (NOT DEFINED UMF_REPO)
21-
set(UMF_REPO "https://github.com/oneapi-src/unified-memory-framework.git")
21+
set(UMF_REPO "https://github.com/kswiecicki/unified-memory-framework.git")
2222
endif()
2323

2424
if (NOT DEFINED UMF_TAG)
25-
# Merge pull request #633 from PatKamin/disable-poisoning
26-
set(UMF_TAG e15b749ac1934804ffcf98fe970135b3ae37b31f)
25+
# Temp testing
26+
set(UMF_TAG b6d5f2cb3367c5937620259ca4aea5210ffd5695)
2727
endif()
2828

2929
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")

0 commit comments

Comments
 (0)