This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
Releases: BaguaSys/bagua-core
Releases · BaguaSys/bagua-core
v0.4.1
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
v0.4.0-rc1
Format Rust code using rustfmt
v0.3.1
v0.3.0
v0.3.0
⚠ BREAKING CHANGE
BaguaBucketPy
andBaguaTensorPy
now require name.BaguaTensorPy
is created by passing pytorch tensor directly now.
Features
- Compatible mode for getting pytorch tensor info with Python interpreter 1534d23
- Support creating BaguaTensor by passing torch tensor directly (#19) 4306e94
- Support Reduction op selection (SUM, MAX, etc.) b1bf784
- Add
reduce
andallgather
python interface ff68a61 - Support
alltoall_v
(vector alltoall) (#14) a6fe110