Skip to content

Commit a42a419

Browse files
committed
a
1 parent 7f13420 commit a42a419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unified-runtime/source/common/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ target_include_directories(ur_common PUBLIC
3636

3737
message(STATUS "Download Unified Memory Framework from github.com")
3838
if (NOT DEFINED UMF_REPO)
39-
set(UMF_REPO "https://github.com/oneapi-src/unified-memory-framework.git")
39+
set(UMF_REPO "https://github.com/bratpiorka/unified-memory-framework.git")
4040
endif()
4141

4242
if (NOT DEFINED UMF_TAG)
4343
# commit cbaf24ae0cf33356ddb1bdafe7197b2a90556cd7
4444
# Author: Łukasz Stolarczuk <[email protected]>
4545
# Date: Tue Mar 18 15:41:37 2025 +0100
4646
# 0.11.0-rc1 release
47-
set(UMF_TAG v0.11.0-rc1)
47+
set(UMF_TAG d1a61df8e689b88dda5c88dbaed5f982a66a7aa7)
4848
endif()
4949

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

0 commit comments

Comments
 (0)