Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup 1.9.x release branch #368

Merged
merged 1 commit into from
Apr 2, 2024
Merged

Conversation

bwbarrett
Copy link
Contributor

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@bwbarrett bwbarrett requested a review from a team as a code owner March 31, 2024 16:17
@bwbarrett
Copy link
Contributor Author

The RELEASENOTES.md is a copy of the HEAD of the v1.8.x-aws branch, with the 1.9.0 block added:

% git diff v1.8.x-aws v1.9.x-aws-setup -- RELEASENOTES.md                                                                                                                                                                   ✭
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 9a566a8..cbccf40 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -11,6 +11,25 @@ AWS-specific parts a compile-time option.  When a feature (or entire
 release) was only available in one of the two variants, we note that
 in the release notes.
 
+# v1.9.0-aws release notes
+
+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.
+* Reduce ordering constraints for control messages, to reduce head of
+  line blocking under congestion.
+
+Bug Fixes:
+* Increase the number of communicators to 256K (from 1K), supporting larger
+  all-to-all groups.
+* Improve logging in some corner case error conditions.
+
+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:
+* efa
+
 # v1.8.1-aws release notes
 This is a bugfix release that requires
 [Libfabric v1.18.0](https://github.com/ofiwg/libfabric/releases/tag/v1.18.0) or later and

configure.ac Outdated Show resolved Hide resolved
rajachan
rajachan previously approved these changes Apr 1, 2024
rauteric
rauteric previously approved these changes Apr 1, 2024
RELEASENOTES.md Outdated Show resolved Hide resolved
Signed-off-by: Brian Barrett <[email protected]>
Signed-off-by: Raghu Raja <[email protected]>
@rajachan rajachan dismissed stale reviews from rauteric and themself via fab8c24 April 2, 2024 20:06
@rajachan rajachan requested a review from rauteric April 2, 2024 20:07
@rajachan rajachan merged commit f19c878 into aws:v1.9.x-aws Apr 2, 2024
13 checks passed
@bwbarrett bwbarrett deleted the v1.9.x-aws-setup branch April 12, 2024 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants