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 5334158 commit fc8d6d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ 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 use NCCL's v2 ext-tuner interface.
* 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]], , [http://github.com/aws/aws-ofi-nccl])
AC_INIT([aws-ofi-nccl], [1.9.0-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 fc8d6d3

Please sign in to comment.