Skip to content

Commit

Permalink
Update XLA. (#2932)
Browse files Browse the repository at this point in the history
Mention illegal instruction fix in changelog.
  • Loading branch information
hawkinsp committed May 2, 2020
1 parent 46ce80b commit a182578
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ http_archive(
# and update the sha256 with the result.
http_archive(
name = "org_tensorflow",
sha256 = "e96c727cca782ddbcff9b0cabba0d80852ab87c4e7b1672068a81b4f504b0809",
strip_prefix = "tensorflow-d9ef9c47200625165ad38338b2468e9c4c629b3a",
sha256 = "996a31e99e802232aa49ed5add9e2be8a83d31e633180c436806ae325993bc8d",
strip_prefix = "tensorflow-25b0e7d995050c85a56d787a6aac4e1a7423902e",
urls = [
"https://github.com/tensorflow/tensorflow/archive/d9ef9c47200625165ad38338b2468e9c4c629b3a.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/25b0e7d995050c85a56d787a6aac4e1a7423902e.tar.gz",
],
)

Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jaxlib 0.1.46 (unreleased)
------------------------------

* Fixes crash for linear algebra functions on Mac OS X (#432).
* Fixes an illegal instruction crash caused by using AVX512 instructions when
an operating system or hypervisor disabled them (#2906).

jax 0.1.65 (April 30, 2020)
---------------------------
Expand Down

0 comments on commit a182578

Please sign in to comment.