Jax: jaxlib-v0.1.76 Release

Release date:
January 27, 2022
Previous version:
jaxlib-v0.1.75 (released December 7, 2021)
Magnitude:
15,529 Diff Delta
Contributors:
30 total committers
Data confidence:
Commits:

179 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored December 16, 2021
Authored December 16, 2021
Authored November 19, 2021
Authored January 18, 2022
Authored January 11, 2022
Authored December 31, 2021
Authored January 8, 2022
Authored January 20, 2022
Authored January 9, 2022
Authored January 4, 2022
Authored December 20, 2021
Authored January 21, 2022

Top Contributors in jaxlib-v0.1.76

hawkinsp
mattjj
jakevdp
froystig
yashk2810
gnecula
LenaMartens
a-googler
tomhennigan
Edenhofer

Directory Browser for jaxlib-v0.1.76

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

  • New features
    • Includes precompiled SASS for NVidia compute capability 8.0 GPUS (e.g. A100). Removes precompiled SASS for compute capability 6.1 so as not to increase the number of compute capabilities: GPUs with compute capability 6.1 can use the 6.0 SASS.
    • With jaxlib 0.1.76, JAX uses the MHLO MLIR dialect as its primary target compiler IR by default.
  • Breaking changes
    • Support for NumPy 1.18 has been dropped, per the deprecation policy. Please upgrade to a supported NumPy version.
  • Bug fixes
    • Fixed a bug where apparently identical pytreedef objects constructed by different routes do not compare as equal (#9066).
    • The JAX jit cache requires two static arguments to have identical types for a cache hit (#9311).