|
3 | 3 | *
|
4 | 4 | * See file LICENSE for terms.
|
5 | 5 | */
|
| 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 | + |
6 | 58 |
|
7 | 59 | ## 0.1.0 (TBD)
|
8 | 60 |
|
|
0 commit comments