diff --git a/third_party/xla/workspace.bzl b/third_party/xla/workspace.bzl index fe94fb542..2542b871d 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 = "1ff11e5b9ccb87944e1c504562e40ea9c2ede0e4" -XLA_SHA256 = "55168ea191cfc5af0a82ae63959418b326bf3089132c97704c9aee4310f38e0a" +XLA_COMMIT = "46f8cf03902c0af58468e2258f9438788e7f4c97" +XLA_SHA256 = "0c391b0a8433d26bfc93e5bee775f7eb629b811a42222ce2b4c7449044a5bc0d" def repo(): tf_http_archive(