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 3, 2023
1 parent 17e259b commit 72407f6
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 = "2233d818422b067750cafa7c5ceba8f292633d40"
XLA_SHA256 = "41802b688f88fbab44f807712d554fb0df700fc48b4a3fa0ca244e8e6fb347c6"
XLA_COMMIT = "7a19856d74569fd1f765cd03bdee84e3b1fdc579"
XLA_SHA256 = "2b632f8adb63674ce2b8b48a84729a35226af8cce68431a7804fec8ca6eac61b"

def repo():
tf_http_archive(
Expand Down

0 comments on commit 72407f6

Please sign in to comment.