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 Aug 27, 2024
1 parent 538b0ba commit db9e44f
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 = "baf026d13bc20c6232ffeab0991628ce758982f3"
XLA_SHA256 = "28adba477042bda38a541eebb79aeff49067d6bd2bc4c6ded86583ebdee60e08"
XLA_COMMIT = "4170b9b1a900e8fcdee42e0810aacb7e0618701c"
XLA_SHA256 = "5b8bb058d802e8fa83aa70210637d2f8d903348b3f1b5f7e315a04e144f6c123"

def repo():
tf_http_archive(
Expand Down

0 comments on commit db9e44f

Please sign in to comment.