Skip to content

Commit

Permalink
Merge pull request #4910 from hawkinsp:xla
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 342651728
  • Loading branch information
jax authors committed Nov 16, 2020
2 parents ac9d862 + 1e7bf55 commit c22a066
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 = "34f473fc2dc80ad375a196bf6e98812c65d2eeb39aed6521aa0b2b03d34eb520",
strip_prefix = "tensorflow-4cf039a9877a5e7a73cf3bc189af0bd03d2cb422",
sha256 = "579a74ad171d8da7b7193ff863f28482c2e6050c4090650b001fb80bbc46bb0f",
strip_prefix = "tensorflow-04f25b55e27be95ec340f414c2a1cabe16be5c2a",
urls = [
"https://github.com/tensorflow/tensorflow/archive/4cf039a9877a5e7a73cf3bc189af0bd03d2cb422.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/04f25b55e27be95ec340f414c2a1cabe16be5c2a.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 @@ -54,6 +54,8 @@ jax 0.2.6 (Unreleased)
jaxlib 0.1.58 (Unreleased)
------------------------------

* Fixed a bug that meant JAX sometimes return platform-specific types (e.g.,
`np.cint`) instead of standard types (e.g., `np.int32`). (#4903)

jaxlib 0.1.57 (November 12 2021)
------------------------------
Expand Down

0 comments on commit c22a066

Please sign in to comment.