From 22426519b79ecc93d109d1ddcce106d70e4919ff Mon Sep 17 00:00:00 2001 From: jax authors Date: Fri, 18 Oct 2024 14:34:16 -0700 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/7e3b0097bde59392d83c792ce16875cea55384d3. PiperOrigin-RevId: 687427622 --- 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 c55a63b6b96f..1bc04cc94eb4 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 = "70df652679a0896ca88eda6c61687e797f0d49b7" -XLA_SHA256 = "7d5892958b03e38b242c5cea4195ae1f823c8632e51767f9a9e23db47f67a4e8" +XLA_COMMIT = "7e3b0097bde59392d83c792ce16875cea55384d3" +XLA_SHA256 = "c4266c7a2d6793cadf2c49990068c660b225083708d61201e9385babdfe340ab" def repo(): tf_http_archive(