Skip to content

Commit

Permalink
Bump XLA version.
Browse files Browse the repository at this point in the history
Update jaxlib release notes.
  • Loading branch information
hawkinsp committed Jun 12, 2020
1 parent 05fde0f commit 8d6fa46
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Expand Up @@ -28,10 +28,10 @@ http_archive(
# and update the sha256 with the result.
http_archive(
name = "org_tensorflow",
sha256 = "99231c027ad22e1a82866d2e6bc60379d06d0a75793ac09b547282eb5b382d37",
strip_prefix = "tensorflow-37aaafb0c1baa7acd0607748326cc12faf556277",
sha256 = "abb9bea8131dcf2f0d90ffed2462d623c3cf2714c95dad17fac8debbf5b3ef59",
strip_prefix = "tensorflow-76fa5e8a4a3451eb139afe55bac78acd5886dbaf",
urls = [
"https://github.com/tensorflow/tensorflow/archive/37aaafb0c1baa7acd0607748326cc12faf556277.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/76fa5e8a4a3451eb139afe55bac78acd5886dbaf.tar.gz",
],
)

Expand Down
19 changes: 19 additions & 0 deletions docs/CHANGELOG.rst
Expand Up @@ -14,6 +14,25 @@ jax 0.1.71 (Unreleased)

* `GitHub commits <https://github.com/google/jax/compare/jax-v0.1.70...master>`_.

jaxlib 0.1.48 (June 12, 2020)
------------------------------

* New features:

* Adds support for fast traceback collection.
* Adds preliminary support for on-device heap profiling.
* Implements ``np.nextafter`` for ``bfloat16`` types.
* Complex128 support for FFTs on CPU and GPU.

* Bugfixes:

* Improved float64 ``tanh`` accuracy on GPU.
* float64 scatters on GPU are much faster.
* Complex matrix multiplication on CPU should be much faster.
* Stable sorts on CPU should actually be stable now.
* Concurrency bug fix in CPU backend.


jax 0.1.70 (June 8, 2020)
---------------------------

Expand Down

0 comments on commit 8d6fa46

Please sign in to comment.