Skip to content

Commit

Permalink
Update XLA dependency to use revision
Browse files Browse the repository at this point in the history
  • Loading branch information
Google-ML-Automation authored and jax authors committed Jul 28, 2024
1 parent 74649be commit 6a7822a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/xla/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
# curl -L https://github.com/openxla/xla/archive/<git hash>.tar.gz | sha256sum
# and update XLA_SHA256 with the result.

XLA_COMMIT = "89089aa569aaff185a834f63d0c83fd59a58e93c"
XLA_SHA256 = "94c5ef36daf935cdcd9b640114cf38b4856ab361d81207f3cfc4ba83380451b5"
XLA_COMMIT = "95e3eea8d2aebd55160ed4185a38345ae98ab500"
XLA_SHA256 = "7e23f70fe0b2459ac8a27e6b7b53e3643a053346244bd7e83c6b944827d0b9e1"

def repo():
tf_http_archive(
Expand Down

0 comments on commit 6a7822a

Please sign in to comment.