From 210053ae84a34e15af3bfa343120293a5f82a76b Mon Sep 17 00:00:00 2001 From: Shachar Hasson Date: Tue, 12 Mar 2024 11:14:59 +0200 Subject: [PATCH] RELEASE: Update NEWS --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 1b3aee0f802..d43f700198a 100644 --- a/NEWS +++ b/NEWS @@ -14,13 +14,13 @@ ## 1.16.0-rc4 (February 21, 2024) ### Bugfixes: #### UCP -* Disabled rendezvous pipeline protocol selection when using non-contiguous buffer. +* Disabled rendezvous pipeline protocol selection when using non-contiguous buffer #### UCT * Fixed Infiniband posting error when compiler optimizes code with memmove() #### GPU (CUDA, ROCM) -* Fixed CUDA IPC disabling when CUDA device is not set for the process. +* Fixed cuda_ipc transport being disabled if a CUDA device is not set during initialization #### UCM -* Fixed compilation error when building on PPC64. +* Fixed compilation error when building on PPC64 #### Packaging * Fixed already existing target error when using cmake find_package(ucx) twice