From 22996bb6c0862f4433beca87fa192ab8ee74729d Mon Sep 17 00:00:00 2001 From: jax authors Date: Fri, 23 Feb 2024 23:29:45 -0800 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/4ccfe33c71665ddcbca5b127fefe8baa3ed632d4. PiperOrigin-RevId: 609936902 --- 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 37a533aa65e3..ebc8d98382ff 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 = "162f3e703479bc3b3c9ea2cd9493dc6dc2ff15cc" -XLA_SHA256 = "a7f03a9eb6f356f00f37e10150eb21112f459555a037b731dc456a9d1249cd15" +XLA_COMMIT = "4ccfe33c71665ddcbca5b127fefe8baa3ed632d4" +XLA_SHA256 = "8a59b9af7d0850059d7043f7043c780066d61538f3af536e8a10d3d717f35089" def repo(): tf_http_archive(