Skip to content

Commit 78c056f

Browse files
author
jax authors
committed
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/6805a043c6b834fa9b3edc4ff953f10d1fa1f386. PiperOrigin-RevId: 624809937
1 parent 2c85ca6 commit 78c056f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/xla/workspace.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
2020
# curl -L https://github.com/openxla/xla/archive/<git hash>.tar.gz | sha256sum
2121
# and update XLA_SHA256 with the result.
2222

23-
XLA_COMMIT = "2b8f670cf52051043fbacc8312f23d3040deddfa"
24-
XLA_SHA256 = "b57cee09a098f5d13a16419f5609e1ea2d6db83bef3c6379200abae9a6f5ac5d"
23+
XLA_COMMIT = "6805a043c6b834fa9b3edc4ff953f10d1fa1f386"
24+
XLA_SHA256 = "798f66030e38f96accca04c8fe8c6fb1e1e04b060b578128bf7f7044faa6295f"
2525

2626
def repo():
2727
tf_http_archive(

0 commit comments

Comments
 (0)