From a75bea51def1ae1dff6ae37f5a0100e81c7d1b74 Mon Sep 17 00:00:00 2001 From: jax authors Date: Sat, 22 Feb 2025 02:29:59 -0800 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/73ebc420eb5cbf769f37579eb9bf0a5757370123. PiperOrigin-RevId: 729822689 --- 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 8222928ea..5f237bd0b 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 = "a8e58ede67d8cddd4525f65be9ee4bf754cad022" -XLA_SHA256 = "4f694ac2baefc3687ed32edabc052d26d5d9168015870c1fd3569e0d7b8888ea" +XLA_COMMIT = "73ebc420eb5cbf769f37579eb9bf0a5757370123" +XLA_SHA256 = "563f91576d3bf18045e58defaec040bc3a7d4f7bfe40ee85f9fa46bbf264bc75" def repo(): tf_http_archive(