v1.0.0
Aluminum is now officially stable.
Changes since v0.7.0:
- Aluminum communicators have been refactored and now always operate like objects (as opposed to handles). Communicators all have a stream interface.
- Added
Barrier
operation to all backends. - Added support for vector collectives in the host-transfer backend.
- Fix bug in the NCCL
Reduce_scatterv
operation (#110). - Various other code cleanups and bug fixes.