From b450309fd89b2a45a18692f6c67ae6a5493e2159 Mon Sep 17 00:00:00 2001 From: Shachar Hasson Date: Tue, 12 Mar 2024 13:11:52 +0200 Subject: [PATCH] RELEASE: Update NEWS 1.16 RC4 --- NEWS | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 078e3e69fb4..fb582d2b577 100644 --- a/NEWS +++ b/NEWS @@ -13,8 +13,14 @@ ## 1.16.0-rc4 (February 21, 2024) ### Bugfixes: -#### UCT -* Fixed Infiniband posting error when compiler optimizes code with memmove() +#### UCP +* Disabled rendezvous pipeline protocol selection when using non-contiguous buffer +#### RDMA CORE (IB, ROCE, etc.) +* Fixed mlx5 WQE posting error due to compiler memory copy optimizations +#### GPU (CUDA, ROCM) +* Fixed cuda_ipc transport being disabled if a CUDA device is not set during initialization +#### UCM +* Fixed compilation error when building on PPC64 #### Packaging * Fixed already existing target error when using cmake find_package(ucx) twice