From 15536da97edcb5d0eb07de2a1d676b2d8722f4c2 Mon Sep 17 00:00:00 2001 From: Rashika Kheria Date: Fri, 22 Feb 2019 17:03:52 -0800 Subject: [PATCH] Documentation: Modify RELEASENOTES to include v0.9.2 Signed-off-by: Rashika Kheria --- RELEASENOTES.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b08a1b101..a13fe5e21 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -7,6 +7,24 @@ * Ubuntu 16.04 LTS * CentOS 7 +# v0.9.2 release notes + +This release introduces changes required to support NCCLv2.4 and fixes race +condition during connection establishment by removing FI_SOURCE requirement. + +New Features: +* Support NCCL provided MR register/deregister APIs. + +Bug Fixes: +* Remove FI_SOURCE requirement for providers. +* Fix travis CI to build with NCCLv2.4. + +Testing: +The plugin has been tested with following libfabric providers: +* tcp;ofi_rxm +* sockets +* verbs;ofi_rxm + # v0.9.1 release notes This release makes improvements to the building and CI infrastructure. It also