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 10, 2024
1 parent 8ef41a6 commit f8022e7
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 = "6d0303196e266276d01dd4d41ec323288c578ed7"
XLA_SHA256 = "65d6bd3b9910712305fc2eaa2f1c8506cd2f1969d6dbef47af1d20f83e7fa055"
XLA_COMMIT = "689662f6cb36030245c983a98a71f90f451d6f2c"
XLA_SHA256 = "2401a36c97044aecdb78bd420ba664cc04b3a11d3e411df13bffdb94ada3385a"

def repo():
tf_http_archive(
Expand Down

0 comments on commit f8022e7

Please sign in to comment.