From cf6f822d95d9523397c4e120223a1c5685432b9f Mon Sep 17 00:00:00 2001 From: Raghu Raja Date: Fri, 23 Feb 2024 19:05:29 +0000 Subject: [PATCH] Release v1.8.1-aws Signed-off-by: Raghu Raja --- RELEASENOTES.md | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c955cdb27..9a566a84a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -11,6 +11,23 @@ AWS-specific parts a compile-time option. When a feature (or entire release) was only available in one of the two variants, we note that in the release notes. +# v1.8.1-aws release notes +This is a bugfix release that requires +[Libfabric v1.18.0](https://github.com/ofiwg/libfabric/releases/tag/v1.18.0) or later and +supports [NCCL v2.19.4-1](https://github.com/NVIDIA/nccl/releases/tag/v2.19.4-1) +while maintaining backward compatibility with older NCCL versions +([NCCL v2.4.8](https://github.com/NVIDIA/nccl/releases/tag/v2.4.8-1) and later). + +Bug Fixes: +* Fix an issue with the ID pool's reference counting and allocation +* Improved error propagation for failed NCCL requests, allowing applications + to fail early instead of blocking on requests that can never be completed. + +The plugin has been tested with following libfabric providers using tests +bundled in the source code and +[nccl-tests](https://github.com/NVIDIA/nccl-tests) suite: +* efa + # v1.8.0-aws release notes This release requires [Libfabric v1.18.0](https://github.com/ofiwg/libfabric/releases/tag/v1.18.0) or later and supports [NCCL v2.19.4-1](https://github.com/NVIDIA/nccl/releases/tag/v2.19.4-1) diff --git a/configure.ac b/configure.ac index c9d3b0b95..1bd110602 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # # Initialization -AC_INIT([aws-ofi-nccl], [1.8.1a1-aws], [al-ofi-nccl-team@amazon.com], , [http://github.com/aws/aws-ofi-nccl]) +AC_INIT([aws-ofi-nccl], [1.8.1-aws], [al-ofi-nccl-team@amazon.com], , [http://github.com/aws/aws-ofi-nccl]) AC_PREREQ([2.69]) AC_CONFIG_SRCDIR([src/nccl_ofi_net.c]) AC_CONFIG_AUX_DIR([build-aux])