Skip to content

Commit 96b92b2

Browse files
committed
Release v1.13.1-aws
Signed-off-by: Eric Raut <[email protected]>
1 parent 4c1cdac commit 96b92b2

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

RELEASENOTES.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,25 @@ have unified the code into a single branch, and made the AWS-specific parts a
1212
compile-time option. When a feature (or entire release) only supports one of
1313
the two variants, we note that in the release notes.
1414

15-
# v1.13.1-aws (UNRELEASED)
15+
# v1.13.1-aws (2024-11-25)
1616

17-
Placeholder
17+
This release is intended only for use on AWS P\* instances. A general release
18+
that supports other libfabric networks may be made in the near future.
19+
20+
With this release, building with platform-aws requires
21+
[1.22.0amzn4.0](https://github.com/aws/libfabric/commits/1.22.0amzn4.0/)
22+
or greater. AWS customers are generally recommended to track
23+
[the latest-available EFA Installer](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa-verify.html)
24+
for performance improvements and bug fixes.
25+
26+
The 1.13.x release series supports
27+
[NCCL 2.23.4-1](https://github.com/NVIDIA/nccl/releases/tag/v2.23.4-1)
28+
while maintaining backward compatibility with older NCCL versions
29+
([NCCL v2.17.1](https://github.com/NVIDIA/nccl/releases/tag/v2.17.1-1) and later).
30+
31+
This release contains no functional changes compared to v1.13.0-aws. This release merely
32+
updates the `version` set in `AC_INIT` to include the `-aws` suffix to match the tag
33+
name and ensure generated artifacts are named correctly.
1834

1935
# v1.13.0-aws (2024-11-18)
2036

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