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 Mar 5, 2024
1 parent 843aa21 commit 28fa886
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 = "e2af8488f6d3115045129c00215a80c2ab674224"
XLA_SHA256 = "05a19cf945d0c29d3f46783c86046cbe3aaa8906064563b3bf02286201309c20"
XLA_COMMIT = "9e8b8b45b5289fe2e486737e9154908bf781aa5c"
XLA_SHA256 = "d30b957316793e8b97d253aaa10d136dcbd8fdf1222d521ebbfad848aef403ee"

def repo():
tf_http_archive(
Expand Down

0 comments on commit 28fa886

Please sign in to comment.