Skip to content

Commit 142e0a8

Browse files
committed
Release v1.12.0-aws
Signed-off-by: Amedeo Sapio <[email protected]>
1 parent 0e59f58 commit 142e0a8

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

RELEASENOTES.md

+16
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ 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.0-aws release notes
14+
15+
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).
16+
17+
New Features:
18+
* Support for tuner v3 APIs
19+
* Support for AllGather and ReduceScatter in the tuner
20+
* Support for PAT algorithm in the tuner
21+
22+
Bug fixes:
23+
* Fixed NULL pointer access in the endpoint per communicator path
24+
* Replaced the NVLSTree option in the tuner with RING if nRanks==nNodes
25+
26+
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:
27+
* efa
28+
1329
# v1.11.0-aws release notes
1430

1531
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).

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.11.1a1-aws], [[email protected]], , [http://github.com/aws/aws-ofi-nccl])
9+
AC_INIT([aws-ofi-nccl], [1.12.0-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)