Skip to content

Jaxlib v0.1.76

Compare
Choose a tag to compare
@hawkinsp hawkinsp released this 28 Jan 15:22
· 13854 commits to main since this release
  • 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).