Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
chore(release): v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NOBLES5E committed Jul 23, 2021
1 parent a47e35e commit e11a17f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v0.4.0

### ⚠ BREAKING CHANGE

* `BaguaBucketPy::append_decentralized_synchronous_op` now only supports full precision decentralized communication.

### Features

* make full precision decentralized op stateless (#36) 98319c9
* add (scatter, gather, scatter_reduce) and all inplace version communication primitives (#37) f931473
* add native low precision decentralized operator (#26) 50295e8
* better debug log including tensor info when executing ops 1bd6e0b

### Fixes

* substract overflow error for decentralized op (#39) 30cdb67
* fix scatter and reduce_scatter implementation (#40) ee90376
* make compress/decompress of BaguaTensor `method` string consistent (#33) ee929df

## v0.3.1

### Fixes
Expand Down

0 comments on commit e11a17f

Please sign in to comment.