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 May 11, 2024
1 parent 9ac1d38 commit 20646eb
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 = "e8247c3ea1d4d7f31cf27def4c7ac6f2ce64ecd4"
XLA_SHA256 = "38fe6567bcd32b5329893bdf784501cc66bcf829f6eef187dad48e3c67f8c53f"
XLA_COMMIT = "0b3dc68410d57f6cd3d0a484f46946d6d12f03a8"
XLA_SHA256 = "83b3513cf4dcee87cb4285f0ff6828bbe20a2f7b33885a4dc3da05e962f721d1"

def repo():
tf_http_archive(
Expand Down

0 comments on commit 20646eb

Please sign in to comment.