From 42db97ce47db3f472595ad30564327b98c2ccdce Mon Sep 17 00:00:00 2001 From: Rashika Kheria Date: Tue, 13 Apr 2021 12:59:41 -0700 Subject: [PATCH] Documentation: Update RELEASENOTES to include v1.1.2 Signed-off-by: Rashika Kheria --- RELEASENOTES.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b20e8acf2..c7fa2de51 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -3,9 +3,30 @@ # Supported Distributions * Amazon Linux * Amazon Linux 2 -* Redhat Enterprise Linux 7.0 +* Redhat Enterprise Linux 7.0 and 8.0 * Ubuntu 16.04, 18.04 and 20.04 LTS -* CentOS 7 +* CentOS 7 and 8 + +# v1.1.2 release notes + +This release requires [Libfabric v1.11.0](https://github.com/ofiwg/libfabric/releases/tag/v1.11.0) and supports [NCCL v2.8.4](https://github.com/NVIDIA/nccl/releases/tag/v2.8.4-1) +while maintaining backward compatibility with older NCCL versions (upto +[NCCL v2.4.8](https://github.com/NVIDIA/nccl/releases/tag/v2.4.8-1)). + +It introduces the following new features and bug fixes. + +New Features: +* Add support for NCCL Net v4 API + +Bug Fixes: +* Handle `flush` disable configuration + +Testing: +The plugin has been tested with following libfabric providers using unit tests +bundled in the source code: +* tcp;ofi_rxm +* sockets +* efa # v1.1.0 release notes