Skip to content

Commit f73de23

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/fc80c5576b71c986fbd4505a59826f7d433878bc. PiperOrigin-RevId: 701110365
1 parent 456dfeb commit f73de23

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
@@ -21,8 +21,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
2121
# curl -L https://github.com/openxla/xla/archive/<git hash>.tar.gz | sha256sum
2222
# and update XLA_SHA256 with the result.
2323

24-
XLA_COMMIT = "d0769456f09dde192ab6e6421648bddc38908b39"
25-
XLA_SHA256 = "e3bef213eef3ea6a8459bfdfe863b19380219af0a6c5a017226b1bdc1bda17e9"
24+
XLA_COMMIT = "fc80c5576b71c986fbd4505a59826f7d433878bc"
25+
XLA_SHA256 = "00cc8500299f22d4ec047e08e9b7bd357ba74e9e67acca4131231fadc47ab90a"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)