Skip to content

Commit

Permalink
Documentation: Update version string and RELEASENOTES for v1.2.0aws
Browse files Browse the repository at this point in the history
Signed-off-by: Rashika Kheria <rashika@amazon.com>
  • Loading branch information
rashikakheria committed Mar 11, 2022
1 parent a71ff8b commit a040308
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,30 @@
* Ubuntu 18.04 and 20.04 LTS
* CentOS 7 and 8

# v1.2.0 release notes

This release requires [Libfabric v1.11.0](https://github.com/ofiwg/libfabric/releases/tag/v1.11.0)
or later and supports [NCCL v2.12.7](https://github.com/NVIDIA/nccl/releases/tag/v2.12.7-1) while
maintaining backward compatibility with older NCCL versions (up to [NCCL v2.4.8](https://github.com/NVIDIA/nccl/releases/tag/v2.4.8-1)).
It was tested with Libfabric versions up to [Libfabric v1.14.0](https://github.com/ofiwg/libfabric/releases/tag/v1.14.0).

New Features:
* Add support for NCCL v2.12 with backwards compatibility to previous NCCL versions.

Bug Fixes:
* Prevent deadlock in connection establishment when using rendezvour providers.
* Enable flush operations for provider that doesn't require memory registration.
* Enable successful runs of unit-tests with flush disabled.

Testing:
The plugin has been tested with following libfabric providers using unit tests
bundled in the source code:
* tcp;ofi_rxm
* sockets
* efa
* psm3


# v1.1.5 release notes

This release requires [Libfabric v1.11.0](https://github.com/ofiwg/libfabric/releases/tag/v1.11.0)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

AC_PREREQ([2.69])
AC_INIT([aws-ofi-nccl], [1.1.5aws], [rashika@amazon.com], , [http://github.com/aws/aws-ofi-nccl])
AC_INIT([aws-ofi-nccl], [1.2.0aws], [rashika@amazon.com], , [http://github.com/aws/aws-ofi-nccl])
AC_CONFIG_SRCDIR([src/nccl_ofi_net.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit a040308

Please sign in to comment.