Skip to content

Commit

Permalink
[v1.11.x-aws] prepare release v1.11.1-aws
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Sielicki <[email protected]>
  • Loading branch information
aws-nslick committed Oct 23, 2024
1 parent 39bbe28 commit 2db8375
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@ have unified the code into a single branch, and made the AWS-specific parts a
compile-time option. When a feature (or entire release) only supports one of
the two variants, we note that in the release notes.

# v1.11.1-aws

All users of v1.11.0-aws are strongly recommended to take this fix when using
EFA Installer >= 1.35.0.

Bug fixes:
* platform-aws vf sorting code produces significant performance regressions or
crashes when used atop latest EFA driver releases. This sorting code has been
reverted and mitigates the problem.

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.11.0-aws release notes

This release is intended only for use on AWS P* instances. A general release that supports other Libfabric networks will be made in the near future. This release requires [Libfabric v1.18.0](https://github.com/ofiwg/libfabric/releases/tag/v1.18.0) or later and supports [NCCL 2.22.3-1](https://github.com/NVIDIA/nccl/releases/tag/v2.22.3-1) while maintaining backward compatibility with older NCCL versions ([NCCL v2.17.1](https://github.com/NVIDIA/nccl/releases/tag/v2.17.1-1) and later).
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

# Initialization
AC_INIT([aws-ofi-nccl], [1.11.1a1-aws], [[email protected]], , [http://github.com/aws/aws-ofi-nccl])
AC_INIT([aws-ofi-nccl], [1.11.1-aws], [[email protected]], , [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])
Expand Down

0 comments on commit 2db8375

Please sign in to comment.