From f98e707551c6f79128c0c590434958d790031325 Mon Sep 17 00:00:00 2001 From: jax authors Date: Thu, 9 May 2024 12:21:39 -0700 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/d60579f54a0b6c37d1caf11dc3eb34488cf6922a. PiperOrigin-RevId: 632232639 --- 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 4ced10520384..848f386270ca 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 = "4872030c44e20556efdfea47829d942985e0ccf1" -XLA_SHA256 = "f18517bfd44e127f8edb408eb8e9689b88f9df9cb664a895292579fa9203e215" +XLA_COMMIT = "d60579f54a0b6c37d1caf11dc3eb34488cf6922a" +XLA_SHA256 = "5f080c7cb35f05c4269c0ca553f275abe5182674e85d2edea59448885d717c7c" def repo(): tf_http_archive(