File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 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)
3232endif ()
3333
3434if (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: Thu Dec 5 17:17:35 2024 +0100
37+ # Merge pull request #960 from vinser52/svinogra_ipc_api
38+ set (UMF_TAG 66b161a185b7c0babd63ce6605864d5614876677)
4039endif ()
4140
4241message (STATUS "Will fetch Unified Memory Framework from ${UMF_REPO} " )
You can’t perform that action at this time.
0 commit comments