Skip to content

Commit

Permalink
DOCS: Updating NEWS (#379) (#392)
Browse files Browse the repository at this point in the history
* DOCS: Updating NEWS

* DOCS: Addressing review feedback

Co-authored-by: Manjunath Gorentla Venkata <manjunath@manjunath-mlt.nvidia.com>
(cherry picked from commit 7045c38)
  • Loading branch information
manjugv authored Jan 19, 2022
1 parent 1eec9c4 commit 489f95f
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,58 @@
*
* See file LICENSE for terms.
*/
## 1.0.0 (TBD)

### Features

#### API
- Added Avg reduce operation
- Added nonblocking team destroy option
- Added user-defined datatype definitions
- Added Bfloat16 type
- Clarify semantics of core abstractions including teams and context
- Added timeout option

#### Core
- Added coll scoring and selection support
- Added support for Triggered collectives
- Added support for timeouts in collectives
- Added support for team create without ep in post
- Added support for multithreaded context progress
- Added support for nonblocking team destroy

#### CL

- Added support for hierarchical collectives
- Added support for hierarchical allreduce collective operation
- Added support for collectives based on one-sided communication routines


#### TL
- Added SHARP TL

##### UCP

- Added Bcast SAG algorithm for large messages
- Added Knomial based reduce algorithm
- Making allgather and alltoall agree with the API
- Added SRA knomial allreduce algorithm
- Added pairwise alltoall and alltoallv algorithms
- Added allgather and allgatherv ring algorithms
- Added support for collective operations based on one-sided semantics
- Added support for alltoall with one-sided transfer semantics
- Bug fixes

##### SHARP
- Added support for switch based hardware collectives (SHARP)

#### NCCL
- Add support for NCCL allreduce, alltoall, alltoallv, barrier, reduce, reduce
scatter, bcast, allgather and allgatherv

#### Tests
- Updated tests to test the newly added algorithms and operations


## 0.1.0 (TBD)

Expand Down

0 comments on commit 489f95f

Please sign in to comment.