Skip to content

v1.0.0

Compare
Choose a tag to compare
@ndryden ndryden released this 06 Mar 22:03
· 155 commits to master since this release
9de194b

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.