Jaxlib v0.1.76
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.
- Includes precompiled SASS for NVidia compute capability 8.0 GPUS
- Breaking changes
- Support for NumPy 1.18 has been dropped, per the deprecation policy.
Please upgrade to a supported NumPy version.
- Support for NumPy 1.18 has been dropped, per the deprecation policy.
- Bug fixes