Skip to content

Commit 489f95f

Browse files
manjugvManjunath Gorentla Venkata
and
Manjunath Gorentla Venkata
authored
DOCS: Updating NEWS (#379) (#392)
* DOCS: Updating NEWS * DOCS: Addressing review feedback Co-authored-by: Manjunath Gorentla Venkata <manjunath@manjunath-mlt.nvidia.com> (cherry picked from commit 7045c38)
1 parent 1eec9c4 commit 489f95f

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

NEWS

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,58 @@
33
*
44
* See file LICENSE for terms.
55
*/
6+
## 1.0.0 (TBD)
7+
8+
### Features
9+
10+
#### API
11+
- Added Avg reduce operation
12+
- Added nonblocking team destroy option
13+
- Added user-defined datatype definitions
14+
- Added Bfloat16 type
15+
- Clarify semantics of core abstractions including teams and context
16+
- Added timeout option
17+
18+
#### Core
19+
- Added coll scoring and selection support
20+
- Added support for Triggered collectives
21+
- Added support for timeouts in collectives
22+
- Added support for team create without ep in post
23+
- Added support for multithreaded context progress
24+
- Added support for nonblocking team destroy
25+
26+
#### CL
27+
28+
- Added support for hierarchical collectives
29+
- Added support for hierarchical allreduce collective operation
30+
- Added support for collectives based on one-sided communication routines
31+
32+
33+
#### TL
34+
- Added SHARP TL
35+
36+
##### UCP
37+
38+
- Added Bcast SAG algorithm for large messages
39+
- Added Knomial based reduce algorithm
40+
- Making allgather and alltoall agree with the API
41+
- Added SRA knomial allreduce algorithm
42+
- Added pairwise alltoall and alltoallv algorithms
43+
- Added allgather and allgatherv ring algorithms
44+
- Added support for collective operations based on one-sided semantics
45+
- Added support for alltoall with one-sided transfer semantics
46+
- Bug fixes
47+
48+
##### SHARP
49+
- Added support for switch based hardware collectives (SHARP)
50+
51+
#### NCCL
52+
- Add support for NCCL allreduce, alltoall, alltoallv, barrier, reduce, reduce
53+
scatter, bcast, allgather and allgatherv
54+
55+
#### Tests
56+
- Updated tests to test the newly added algorithms and operations
57+
658

759
## 0.1.0 (TBD)
860

0 commit comments

Comments
 (0)