Skip to content

Commit f772f90

Browse files
authored
update to upstream commit
1 parent 723c045 commit f772f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/common/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ target_include_directories(ur_common PUBLIC
1919

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

2525
if (NOT DEFINED UMF_TAG)
26-
set(UMF_TAG c89b4a29b1b0d5f8509d216e715a7c6d6e7c63e0)
26+
set(UMF_TAG 9a96626d8c5fe3b8e7625cb2c3bd41e779c6eb8c)
2727
endif()
2828

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

0 commit comments

Comments
 (0)