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 authored and jax authors committed Jul 30, 2024
1 parent 8bcd288 commit 9c669a7
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 = "ffd724e235ea674825ed2f7c22538804e263ca4c"
XLA_SHA256 = "d11cb2c0fc30f1e5c08a0a5a7e985db950f56d0cce092b95f0d509418629fa1b"
XLA_COMMIT = "78418c6a4a60cff6b3ad538de43602d23dc2aaf5"
XLA_SHA256 = "b54070195bfaea8c7e59ea5dbcfb5b1259c56a053885156227b8bed88eec20ba"

def repo():
tf_http_archive(
Expand Down

0 comments on commit 9c669a7

Please sign in to comment.