-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,14 +28,14 @@ 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/ldorau/unified-memory-framework.git") | ||
endif() | ||
|
||
if (NOT DEFINED UMF_TAG) | ||
# tag v0.10.0 | ||
# Tagger: Łukasz Stolarczuk <[email protected]> | ||
# Date: Mon Dec 9 17:01:43 2024 +0100 | ||
set(UMF_TAG v0.10.0) | ||
set(UMF_TAG CUDA) | ||
endif() | ||
|
||
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}") | ||
|