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 Feb 5, 2024
1 parent 789ef4b commit e224c3d
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 = "7a9601c5b6715e15499c677e2b662a23d4f189e4"
XLA_SHA256 = "9451a30c5a7f1fe1e90a13de6707ad398ef93fa6f7f7eaacd58b1e481db35619"
XLA_COMMIT = "12eee889e1f2ad41e27d7b0e970cb92d282d3ec5"
XLA_SHA256 = "db007b6628cfe108c63f45d611c6de910abe3ee827e55f08314ce143c4887d66"

def repo():
tf_http_archive(
Expand Down

0 comments on commit e224c3d

Please sign in to comment.