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 committed Oct 2, 2024
1 parent 8fc8082 commit 59cb692
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 = "849f758a85a713e7f5fbe0de0c3df363935aac4f"
XLA_SHA256 = "13e15279cbb933f4c389b0b22db9918e54d486062fa89929b90dcdbd4297c560"
XLA_COMMIT = "cd6e808c59f53b40a99df1f1b860db9a3e598bff"
XLA_SHA256 = "65cb6d63ef4083b35775052636cb9c629f86db6947c8b91711923ba31dbdcde8"

def repo():
tf_http_archive(
Expand Down

0 comments on commit 59cb692

Please sign in to comment.