Skip to content

Commit

Permalink
Use XLA from QA 31
Browse files Browse the repository at this point in the history
  • Loading branch information
charleshofer committed Nov 22, 2024
1 parent 75e7b5c commit 54a75cb
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 = "e93a258e4494231626c7d3b6a6447e746ea72f9c"
XLA_SHA256 = "99f3a6b06230becf013f00009afeee4c89f52818e7a4a1ea4851157dc853830e"
XLA_COMMIT = "95e3eea8d2aebd55160ed4185a38345ae98ab500"
XLA_SHA256 = "7e23f70fe0b2459ac8a27e6b7b53e3643a053346244bd7e83c6b944827d0b9e1"

def repo():
tf_http_archive(
Expand Down

0 comments on commit 54a75cb

Please sign in to comment.