We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d842f26 commit 1505c48Copy full SHA for 1505c48
source/common/CMakeLists.txt
@@ -81,11 +81,11 @@ if(umf_FOUND)
81
else()
82
set(UMF_REPO "https://github.com/oneapi-src/unified-memory-framework.git")
83
84
- # commit e7d285269e04d3c0e70917c24945c80a4ea3313a
85
- # Author: Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
86
- # Date: Tue Sep 16 15:04:27 2025 +0200
87
- # 1.0.3 release
88
- set(UMF_TAG v1.0.3)
+ # commit 1209db2c5702b5de773ffc117b03e62f57f9554f
+ # Author: Łukasz Ślusarczyk <lukasz.slusarczyk@intel.com>
+ # Date: Mon Aug 25 13:35:07 2025 +0200
+ # Add resident device change call
+ set(UMF_TAG v1.1.0-dev3)
89
90
if(NOT FETCHCONTENT_SOURCE_DIR_UNIFIED-MEMORY-FRAMEWORK)
91
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")
0 commit comments