From 2a5af09865954cdb5267b7d90211db815f8a61a4 Mon Sep 17 00:00:00 2001 From: jax authors Date: Sat, 3 Feb 2024 20:02:01 -0800 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/7350518556ca3a8944f85c4532f0c047dccbf14c. PiperOrigin-RevId: 604023632 --- 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 460b7ad31d15..4ee9eb671758 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 = "4fd0d3c321e1cbee4febc27d8ceba16b43765e2e" -XLA_SHA256 = "d701eaee57744eced1dd13e7216727c232912043e7f382084106d61e6c6c88fb" +XLA_COMMIT = "7350518556ca3a8944f85c4532f0c047dccbf14c" +XLA_SHA256 = "d31b87b248ad0c3fb6da4903d01b5e8557d09a316fe6ec64fb9d5f6acf0e52c2" def repo(): tf_http_archive(