Skip to content

Commit 20fc186

Browse files
authored
DOCS: Updating NEWS for v1.2 (#791) (#795)
(cherry picked from commit 135e830)
1 parent c0b5d1f commit 20fc186

File tree

1 file changed

+56
-1
lines changed

1 file changed

+56
-1
lines changed

NEWS

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,62 @@
66

77
## Current
88

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)
1065

1166
## Features
1267

0 commit comments

Comments
 (0)