From aa9ee7abfab2344ce56483af29266a31ca7b7708 Mon Sep 17 00:00:00 2001 From: jax authors Date: Thu, 3 Oct 2024 09:55:14 -0700 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/0b058d5ddeae050c9dc3ed93ac179f07037f840b. PiperOrigin-RevId: 681921495 --- third_party/xla/workspace.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/xla/workspace.bzl b/third_party/xla/workspace.bzl index 37861d98e5e8..e1d03f5f62b9 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 = "cd6e808c59f53b40a99df1f1b860db9a3e598bff" -XLA_SHA256 = "65cb6d63ef4083b35775052636cb9c629f86db6947c8b91711923ba31dbdcde8" +XLA_COMMIT = "0b058d5ddeae050c9dc3ed93ac179f07037f840b" +XLA_SHA256 = "29d8a871b9920b47c3659479fb1577a08cce19ac93dfe1dceab86b6fbeb25b55" def repo(): tf_http_archive(