Skip to content

Commit 53bff86

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/9e68b1e03df5cc1796bf05fbccccbea9f3bc3da6. PiperOrigin-RevId: 707594007
1 parent 8b73480 commit 53bff86

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 = "87f7e370eb761cdd2fe371972288ee70d2a9e21a"
25-
XLA_SHA256 = "a7c47360864da63bb7068924497ce2d723b08210b0a9a41d79175b2ba0d6b417"
24+
XLA_COMMIT = "9e68b1e03df5cc1796bf05fbccccbea9f3bc3da6"
25+
XLA_SHA256 = "318df57fc7e44bf0fdd2840fbf9600353f2e089b05f0783fc07f2a96016f1cd7"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)