-
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
c64b93d
commit a8c1002
Showing
1 changed file
with
3 additions
and
3 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,15 @@ 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) | ||
set(UMF_TAG 3e9e30da7d40a58b72a78242ce986d07d5e904f9) | ||
endif() | ||
|
||
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}") | ||
|
@@ -119,5 +120,4 @@ add_library(${PROJECT_NAME}::umf ALIAS ur_umf) | |
target_link_libraries(ur_umf INTERFACE | ||
umf::umf | ||
umf::headers | ||
umf::disjoint_pool | ||
) |