diff --git a/NEWS b/NEWS index c2fafd779621..2b1c3e0ea5e3 100644 --- a/NEWS +++ b/NEWS @@ -11,7 +11,7 @@ ### Features: ### Bugfixes: -## 1.13.0 (May 27, 2022) +## 1.13.0 (June 26, 2022) #### Features ##### Core * Added new objects to VFS: local and remote address of endpoint, statistics of ucp_ep_create success/failure, failed/destroyed endpoints @@ -118,11 +118,12 @@ #### GPU (CUDA, ROCM) * Fixed a bug in invalidating address range in CUDA_IPC * Fixed CUDA context caching and cleanup -* Fixed ROCM initialization -* Fixed ROCM components compilation +* Fixed CUDA module compilation with clang 13 +* Fixed ROCm initialization +* Fixed ROCm components compilation * Fixed IPC tls reachability check -* Fixed ROCM memory type detection -* Use ROCM remote_agent if available +* Use ROCm remote_agent if available +* Fixes in ROCM memory detection and performance estimation #### KNEM * Fixed memory registration cost #### UCM