diff --git a/third_party/xla/workspace.bzl b/third_party/xla/workspace.bzl index 9561633cbf7f..769d8642d683 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 = "f59b4c5f41bd27fc2a7a4c8de71055e207d37a0e" -XLA_SHA256 = "295f106036b8e2ce527f901626fe0ed371de62fe211a365a1f8eaa7994b38fff" +XLA_COMMIT = "a801105b17170e5f57d99d1b28f425a8e6d409f0" +XLA_SHA256 = "fff395ca27f350cdcfdce1b908722f86f2a0c422bd0f012823915530ef1a7e89" def repo(): tf_http_archive(