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 39b3025 commit 015ad4bCopy full SHA for 015ad4b
unified-runtime/source/common/CMakeLists.txt
@@ -40,11 +40,11 @@ if (NOT DEFINED UMF_REPO)
40
endif()
41
42
if (NOT DEFINED UMF_TAG)
43
- # commit 998debed7a8551bdf6774be810559bb6cef6542b
44
- # Author: Krzysztof Filipek <krzysztof.filipek@intel.com>
45
- # Date: Thu Mar 13 09:53:27 2025 +0100
46
- # Merge pull request #1183 from ldorau/Fix_segfault_in_cu_memory_provider_get_last_native_error
47
- set(UMF_TAG v0.11.0-dev4)
+ # commit cbaf24ae0cf33356ddb1bdafe7197b2a90556cd7
+ # Author: Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
+ # Date: Tue Mar 18 15:41:37 2025 +0100
+ # 0.11.0-rc1 release
+ set(UMF_TAG v0.11.0-rc1)
48
49
50
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")
0 commit comments