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 Sep 16, 2023
1 parent e78d8a3 commit bf40f75
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 = "a0f1d69d2e2a1d7118c33ab678f143aeb8a39a77"
XLA_SHA256 = "80d89a4e292f7ead3030b87e8ff824cf50fef37b3a7559acc48cf3196d1235f5"
XLA_COMMIT = "83d9984673b6a954ccdc034c67f33c2a85e2ad32"
XLA_SHA256 = "bf790caf516ac3a3b9f415d27bf2058f4822ac645766a729b7d878fc23da9a1e"

def repo():
tf_http_archive(
Expand Down

0 comments on commit bf40f75

Please sign in to comment.