diff --git a/third_party/xla/workspace.bzl b/third_party/xla/workspace.bzl index 814ab88c9788..af52e7671507 100644 --- a/third_party/xla/workspace.bzl +++ b/third_party/xla/workspace.bzl @@ -21,8 +21,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls") # curl -L https://github.com/openxla/xla/archive/.tar.gz | sha256sum # and update XLA_SHA256 with the result. -XLA_COMMIT = "89089aa569aaff185a834f63d0c83fd59a58e93c" -XLA_SHA256 = "94c5ef36daf935cdcd9b640114cf38b4856ab361d81207f3cfc4ba83380451b5" +XLA_COMMIT = "95e3eea8d2aebd55160ed4185a38345ae98ab500" +XLA_SHA256 = "7e23f70fe0b2459ac8a27e6b7b53e3643a053346244bd7e83c6b944827d0b9e1" def repo(): tf_http_archive(