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
jax authors committed Oct 10, 2023
1 parent 60b77bd commit acb698e
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 @@ -20,8 +20,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 = "5cc3b04d6a128fbbe491fe905c61e562bc5c01e3"
XLA_SHA256 = "9ba702fe6dbac926ce6f6721c97144241474f05351aa31c38bea91d29e12e685"
XLA_COMMIT = "dc3703f1a77706af0a5e1cc7f7d40281357892fb"
XLA_SHA256 = "0d63caed2922369bc14a7f56a069d668718b5df0247a586f6f34dbf481b66296"

def repo():
tf_http_archive(
Expand Down

0 comments on commit acb698e

Please sign in to comment.