From e224c3d63a0370febc80c680479186903355bc11 Mon Sep 17 00:00:00 2001 From: jax authors Date: Mon, 5 Feb 2024 11:11:05 -0800 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/12eee889e1f2ad41e27d7b0e970cb92d282d3ec5. PiperOrigin-RevId: 604374273 --- 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 4d3fa184588b..0b09fa98d72f 100644 --- a/third_party/xla/workspace.bzl +++ b/third_party/xla/workspace.bzl @@ -20,8 +20,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 = "7a9601c5b6715e15499c677e2b662a23d4f189e4" -XLA_SHA256 = "9451a30c5a7f1fe1e90a13de6707ad398ef93fa6f7f7eaacd58b1e481db35619" +XLA_COMMIT = "12eee889e1f2ad41e27d7b0e970cb92d282d3ec5" +XLA_SHA256 = "db007b6628cfe108c63f45d611c6de910abe3ee827e55f08314ce143c4887d66" def repo(): tf_http_archive(