-
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
1 parent
58e4d76
commit ce0e409
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/bratpiorka/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 e8bc871cd537cb0b2d77812a7e40c6cff3e19720) | ||
endif() | ||
|
||
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}") | ||
|