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 24, 2023
1 parent 3de9595 commit 48ef80b
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 = "51b3bc7286f476204592077ebcdc75a93a5710d8"
XLA_SHA256 = "6116fd4053959e6a9e9e121c75b6ab521aa3e9485d5df6f7a6fe902a2801e012"
XLA_COMMIT = "2c3b20078d839fa2c36cbe4cc63f457dbed5b1c3"
XLA_SHA256 = "b38612c81761a6d2006025b9e9c24f229e2f6cf9e71f361ff3b9dbf7b0d44eda"

def repo():
tf_http_archive(
Expand Down

0 comments on commit 48ef80b

Please sign in to comment.