|
6 | 6 |
|
7 | 7 | ## Current |
8 | 8 |
|
9 | | -## 1.1.0 (TBD) |
| 9 | +## 1.2.0 (June 6th, 2023) |
| 10 | + |
| 11 | +## New Features and Enhancements |
| 12 | + |
| 13 | +## CL/HIER |
| 14 | + |
| 15 | +- Fixed single proc on node issue in alltoall ([#658](https://github.com/openucx/ucc/pull/658)) |
| 16 | +- Implemented allreduce rab pipelined ([#608](https://github.com/openucx/ucc/pull/608)) |
| 17 | +- Added bcast 2step algorithm ([#620](https://github.com/openucx/ucc/pull/620)) |
| 18 | +- Fixed allreduce rab pipeline ([#759](https://github.com/openucx/ucc/pull/759)) |
| 19 | + |
| 20 | +## TL/CUDA |
| 21 | + |
| 22 | +- Support for CUDA 12 |
| 23 | +- Fixed cache unmap issue ([#642](https://github.com/openucx/ucc/pull/642)) |
| 24 | +- Implemented reduce scatter linear ([#669](https://github.com/openucx/ucc/pull/669)) |
| 25 | +- Added algorithm selection based on topology ([#688](https://github.com/openucx/ucc/pull/688)) |
| 26 | +- Fixed linear algorithms ([#751](https://github.com/openucx/ucc/pull/751)) |
| 27 | +- Fixed pipelining in linear rs ([#770](https://github.com/openucx/ucc/pull/770)) |
| 28 | + |
| 29 | +## TL/UCP |
| 30 | + |
| 31 | +- Added special service worker ([#560](https://github.com/openucx/ucc/pull/560)) |
| 32 | +- Added scatterv ([#663](https://github.com/openucx/ucc/pull/663)) |
| 33 | +- Added gatherv ([#664](https://github.com/openucx/ucc/pull/664)) |
| 34 | +- Fixed running with npolls 0 ([#695](https://github.com/openucx/ucc/pull/695)) |
| 35 | +- Added knomial allgather ([#729](https://github.com/openucx/ucc/pull/729)) |
| 36 | +- Fixed bug for triggered colls ([#757](https://github.com/openucx/ucc/pull/757)) |
| 37 | +- Added bruck alltoall ([#756](https://github.com/openucx/ucc/pull/756)) |
| 38 | +- Added SLOAV alltoallv ([#687](https://github.com/openucx/ucc/pull/687)) |
| 39 | +- Large message broadcast optimizations ([#738](https://github.com/openucx/ucc/pull/738)) |
| 40 | +- Ranks reordering in ring allgather for better locality([#69](https://github.com/openucx/ucc/pull/698)) |
| 41 | + |
| 42 | +## TL/SHARP |
| 43 | + |
| 44 | +- Fixed memory type check in allreduce ([#662](https://github.com/openucx/ucc/pull/662)) |
| 45 | +- Added support for sharpv3 dt ([#661](https://github.com/openucx/ucc/pull/661)) |
| 46 | +- Fixed assert check ([#686](https://github.com/openucx/ucc/pull/686)) |
| 47 | +- Implemented SHARP OOB fixes ([#746](https://github.com/openucx/ucc/pull/746)) |
| 48 | +- Fixed local rank when NODE SBGP not enabled ([#760](https://github.com/openucx/ucc/pull/760)) |
| 49 | +- Prevented sharp team with team max ppn > 1 ([#761](https://github.com/openucx/ucc/pull/761)) |
| 50 | + |
| 51 | + |
| 52 | +## CORE |
| 53 | + |
| 54 | +- Fixed memory type score update ([#650](https://github.com/openucx/ucc/pull/650)) |
| 55 | +- Fixed ucc parser build ([#666](https://github.com/openucx/ucc/pull/666)) |
| 56 | +- Implemented ucc_pipeline_params ([#675](https://github.com/openucx/ucc/pull/675)) |
| 57 | +- Changed log level of config_modify ([#667](https://github.com/openucx/ucc/pull/667)) |
| 58 | +- Fixed timeout handle for triggered post ([#679](https://github.com/openucx/ucc/pull/679)) |
| 59 | + |
| 60 | +## DOCS |
| 61 | +- Added User Guide ([#720](https://github.com/openucx/ucc/pull/720)) |
| 62 | + |
| 63 | + |
| 64 | +## 1.1.0 (October 7th, 2022) |
10 | 65 |
|
11 | 66 | ## Features |
12 | 67 |
|
|
0 commit comments