Skip to content

Commit 2301579

Browse files
author
Nicholas Sielicki
committed
[v1.12.x-aws] prepare release v1.12.1-aws
Signed-off-by: Nicholas Sielicki <[email protected]>
1 parent adb47dc commit 2301579

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

RELEASENOTES.md

+15
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ have unified the code into a single branch, and made the AWS-specific parts a
1010
compile-time option. When a feature (or entire release) only supports one of
1111
the two variants, we note that in the release notes.
1212

13+
# v1.12.1-aws
14+
15+
All users of v1.12.0-aws are strongly recommended to take this fix when using
16+
EFA Installer >= 1.35.0.
17+
18+
Bug fixes:
19+
* platform-aws vf sorting code produces significant performance regressions or
20+
crashes when used atop latest EFA driver releases. This sorting code has been
21+
reverted and mitigates the problem.
22+
23+
The plugin has been tested with following libfabric providers using tests
24+
bundled in the source code and [nccl-tests](https://github.com/NVIDIA/nccl-tests)
25+
suite:
26+
* efa
27+
1328
# v1.12.0-aws release notes
1429

1530
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.23.4-1](https://github.com/NVIDIA/nccl/releases/tag/v2.23.4-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).

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
# Initialization
9-
AC_INIT([aws-ofi-nccl], [1.12.1a1-aws], [[email protected]], , [http://github.com/aws/aws-ofi-nccl])
9+
AC_INIT([aws-ofi-nccl], [1.12.1-aws], [[email protected]], , [http://github.com/aws/aws-ofi-nccl])
1010
AC_PREREQ([2.69])
1111
AC_CONFIG_SRCDIR([src/nccl_ofi_net.c])
1212
AC_CONFIG_AUX_DIR([build-aux])

0 commit comments

Comments
 (0)