From ce399aa6e5bcdb9b4ee3173691e23f52aabb4b66 Mon Sep 17 00:00:00 2001 From: jax authors Date: Tue, 18 Feb 2025 09:22:24 -0800 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/867ae2c546ea2f1a58032d7729a17279e9a01c7a. PiperOrigin-RevId: 728239201 --- 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 16a1dceef..3efb7ae19 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 = "3f7042f29d943501f90a66183db21dca51e7be80" -XLA_SHA256 = "1c95ad3bee76c1741c6351548b22e3d6d8b25f16a633a33a4d83c1b7a5e82150" +XLA_COMMIT = "867ae2c546ea2f1a58032d7729a17279e9a01c7a" +XLA_SHA256 = "51905521c4c923b8341f64cbf7377ec3c7752e763aa5dad475b1fcbf32aa05d9" def repo(): tf_http_archive(