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 19, 2024
1 parent 48bddc6 commit 77fb1ee
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 = "7e3b0097bde59392d83c792ce16875cea55384d3"
XLA_SHA256 = "c4266c7a2d6793cadf2c49990068c660b225083708d61201e9385babdfe340ab"
XLA_COMMIT = "d0d716fb63a0433ecf75c4c298f968083dacfc6f"
XLA_SHA256 = "7839e103a53c92cce838d8633f0082505d077b334ebd2cc48099a640adcdb71e"

def repo():
tf_http_archive(
Expand Down

0 comments on commit 77fb1ee

Please sign in to comment.