diff --git a/third_party/xla/workspace.bzl b/third_party/xla/workspace.bzl index ffc4c7b0e..20e5976f3 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 = "fb6241ad510af945d3bf9f3ef8c7c27a3f1cc922" -XLA_SHA256 = "510afc746d6cd16fcc2df084c3094356e658676a3f1a89b9763bc63ca65d8809" +XLA_COMMIT = "9fa90d72eb04dffaff10cf05d60bb07896458829" +XLA_SHA256 = "ee1ad1624a327ac67a4831b4d6e3f55e8b0e10cf032df077ca9eb60e94bf78d2" def repo(): tf_http_archive(