Skip to content

Commit b372ce4

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/40d457a268baf95e42cd95709dedef70c0ea2994. PiperOrigin-RevId: 699768724
1 parent 4d8751b commit b372ce4

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 = "90af2896ab4992ff14a1cd2a75ce02e43f46c090"
25-
XLA_SHA256 = "a232f506f5c0ff31863fdb9b612691742c6e72874c529920156406ff520ee376"
24+
XLA_COMMIT = "40d457a268baf95e42cd95709dedef70c0ea2994"
25+
XLA_SHA256 = "a7bd8cc608964ba91d9edfd6070929cffe09b448e9e36fd8224bc8fc99202db3"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)