Skip to content

Commit cf6f657

Browse files
committed
Release v1.9.2-aws
Signed-off-by: Amedeo Sapio <[email protected]>
1 parent ddf499c commit cf6f657

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

RELEASENOTES.md

+23
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,29 @@ AWS-specific parts a compile-time option. When a feature (or entire
1111
release) was only available in one of the two variants, we note that
1212
in the release notes.
1313

14+
# v1.9.2-aws release notes
15+
This is a bugfix release which requires [Libfabric
16+
v1.18.0](https://github.com/ofiwg/libfabric/releases/tag/v1.18.0) or later and
17+
supports [NCCL 2.21.5-1](https://github.com/NVIDIA/nccl/releases/tag/v2.21.5-1)
18+
while maintaining backward compatibility with older NCCL versions ([NCCL
19+
v2.4.8](https://github.com/NVIDIA/nccl/releases/tag/v2.4.8-1) and later).
20+
21+
Bug Fixes:
22+
* Improved tuner model to make better decisions on P5 instances.
23+
* Added support, in RDMA protocol, for truncation when receiving a size in the
24+
isend call greater than the size in the correspond irecv.
25+
* Fixed bug that prevented the tuner from getting loaded with NCCL 2.19 and
26+
2.20.
27+
* Fixed logging statement regarding if a domain is created per thread or per
28+
process.
29+
* Updated plugin to not advertise global MR support, to avoid a performance
30+
regression in user-registered buffers.
31+
32+
The plugin has been tested with following libfabric providers using tests
33+
bundled in the source code and
34+
[nccl-tests](https://github.com/NVIDIA/nccl-tests) suite:
35+
* efa
36+
1437
# v1.9.1-aws release notes
1538
This is a bugfix release which requires [Libfabric
1639
v1.18.0](https://github.com/ofiwg/libfabric/releases/tag/v1.18.0) or later and

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