Skip to content

Releases: mpi4jax/mpi4jax

v0.5.0

07 Jun 14:39
7829951
Compare
Choose a tag to compare

What's Changed

mpi4jax does not require the CUDA toolkit to be installed anymore. Instead, if the pypi Nvidia wheels are installed already (which is the new default behaviour of jax) we can link to them directly.

Full Changelog: v0.4.1...v0.5

v0.4.1.post1

10 May 17:00
fea68e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.1.post1

v0.4.1

04 May 08:52
ffd431b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0.post6...v0.4.1

v0.4.0.post6

05 Apr 16:00
0e70789
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0.post5...v0.4.0.post6

v0.4.0.post5

28 Feb 08:58
d73bda0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0.post4...v0.4.0.post5

v0.4.0.post4

07 Feb 15:00
b7d19a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0.post3...v0.4.0.post4

v0.4.0.post3

14 Dec 23:05
5f4dfcb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0.post2...v0.4.0.post3

v0.4.0.post2

11 Dec 23:01
567f3e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0.post1...v0.4.0.post2

v0.4.0.post1

06 Nov 10:15
ebc7d3b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.0.post1

v0.4.0

25 Oct 09:55
ef3687a
Compare
Choose a tag to compare

What's Changed

This release adds experimental support for mpi4jax primitives that do not require manual token management, located in mpi4jax.experimental.notoken. To test the new notoken mode in existing mpi4jax code, use MPI4JAX_PREFER_NOTOKEN=1.

  • mpi4jax.experimental.notoken module added by @dionhaefner in #212
  • mpi4jax.experimental.auto_tokenize is removed.

Full Changelog: v0.3.15...0.4.0