Skip to content

Commit

Permalink
Release v1.9.0-aws
Browse files Browse the repository at this point in the history
Signed-off-by: Raghu Raja <[email protected]>
  • Loading branch information
rajachan committed Apr 4, 2024
1 parent c07e110 commit 62a3d06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@ release) was only available in one of the two variants, we note that
in the release notes.

# v1.9.0-aws release notes
This release requires [Libfabric v1.18.0](https://github.com/ofiwg/libfabric/releases/tag/v1.18.0)
or later and supports [NCCL 2.21.5-1](https://github.com/NVIDIA/nccl/releases/tag/v2.21.5-1)
while maintaining backward compatibility with older NCCL versions
([NCCL v2.4.8](https://github.com/NVIDIA/nccl/releases/tag/v2.4.8-1) and later).

New Features:
* Support v8 plugin interface introduced with NCCL 2.20. This enables
the use of the user memory registration feature recently introduced
in NCCL.
* Update the tuner component to support v2 ext-tuner interface introduced
with NCCL 2.21.
* Reduce ordering constraints for control messages, to reduce head of
line blocking under congestion.

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.9.0a1-aws], [[email protected]], , [https://github.com/aws/aws-ofi-nccl])
AC_INIT([aws-ofi-nccl], [1.9.0-aws], [[email protected]], , [https://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 62a3d06

Please sign in to comment.