Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
kswiecicki committed Jul 25, 2024
1 parent a94c1c5 commit 233c07c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ target_include_directories(ur_common PUBLIC

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

if (NOT DEFINED UMF_TAG)
# Merge pull request #633 from PatKamin/disable-poisoning
set(UMF_TAG e15b749ac1934804ffcf98fe970135b3ae37b31f)
# Temp testing
set(UMF_TAG b6d5f2cb3367c5937620259ca4aea5210ffd5695)
endif()

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

0 comments on commit 233c07c

Please sign in to comment.