Skip to content

Commit 850408c

Browse files
[UMF] Bump version to the stable v0.10.x branch
It includes update in the new params config approach.
1 parent 2739808 commit 850408c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

source/common/CMakeLists.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2022-2023 Intel Corporation
1+
# Copyright (C) 2022-2024 Intel Corporation
22
# Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
33
# See LICENSE.TXT
44
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
@@ -32,11 +32,10 @@ if (NOT DEFINED UMF_REPO)
3232
endif()
3333

3434
if (NOT DEFINED UMF_TAG)
35-
# special branch with cherry-picks for incoming pulldown
36-
# contains UMF PRs: #866, #924, and #930
37-
# branch was based on commit: 3bae087c9a8c0cbed5bde40f0d5a2
38-
# umf-fixes-nov-pulldown: 25.11.2024: Disable libudev in hwloc builds
39-
set(UMF_TAG a7b6152b7b095c88ddf34bc7d442eb4c2b3f74d6)
35+
# v0.10.x: stable UMF branch for upcoming 0.11 UR release
36+
# Date: Tue Dec 3 15:48:31 2024 +0100
37+
# Merge pull request #899 from lplewa/benchmark
38+
set(UMF_TAG 705ced884cde190ad5036b77a6cf4322c2dc707e)
4039
endif()
4140

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

0 commit comments

Comments
 (0)