Skip to content

Commit

Permalink
Merge pull request jax-ml#8574 from hawkinsp:jaxlib
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 410715936
  • Loading branch information
jax authors committed Nov 18, 2021
2 parents 21d4ca3 + 7902dda commit c37c62c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ Remember to align the itemized text with the first line of an item within a list
PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
-->

## jaxlib 0.1.75 (Unreleased)

## jax 0.2.26 (Unreleased)
* [GitHub
commits](https://github.com/google/jax/compare/jax-v0.2.25...main).

## jaxlib 0.1.74 (Unreleased)
## jaxlib 0.1.74 (Nov 17, 2021)
* Enabled peer-to-peer copies between GPUs. Previously, GPU copies were bounced via
the host, which is usually slower.
* Added experimental MLIR Python bindings for use by JAX.
Expand Down
2 changes: 1 addition & 1 deletion jaxlib/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# reflect the most recent available binaries.
# __version__ should be increased after releasing the current version
# (i.e. on main, this is always the next version to be released).
__version__ = "0.1.74"
__version__ = "0.1.75"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from setuptools import setup, find_packages

# The following should be updated with each new jaxlib release.
_current_jaxlib_version = '0.1.73'
_current_jaxlib_version = '0.1.74'
_available_cuda_versions = ['11']
_default_cuda_version = '11'
_available_cudnn_versions = ['82', '805']
Expand Down

0 comments on commit c37c62c

Please sign in to comment.