Skip to content

Commit c0ddc3d

Browse files
Bump UMF to the latest main
Right after merging v0.10.1 release
1 parent f4c384d commit c0ddc3d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

source/common/CMakeLists.txt

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,17 @@ target_include_directories(ur_common PUBLIC
2828

2929
message(STATUS "Download Unified Memory Framework from github.com")
3030
if (NOT DEFINED UMF_REPO)
31-
set(UMF_REPO "https://github.com/oneapi-src/unified-memory-framework.git")
31+
set(UMF_REPO "https://github.com/lukaszstolarczuk/unified-memory-framework.git")
3232
endif()
3333

3434
if (NOT DEFINED UMF_TAG)
35-
# tag v0.10.0
36-
# Tagger: Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
37-
# Date: Mon Dec 9 17:01:43 2024 +0100
38-
set(UMF_TAG v0.10.0)
35+
# commit d804cfa4b06dc25cf0b1687f9d3cc83ad9a3430d
36+
# Merge: 9d98b907 286a6d85
37+
# Author: Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
38+
# Date: Fri Jan 10 13:58:55 2025 +0100
39+
# Merge branch 'v0.10.x' into 'main'
40+
# // Right after v0.10.1 release
41+
set(UMF_TAG d804cfa4b06dc25cf0b1687f9d3cc83ad9a3430d)
3942
endif()
4043

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

0 commit comments

Comments
 (0)