From db9e44fe565fcf7cccead0e69bff73c7a0ad63ab Mon Sep 17 00:00:00 2001 From: jax authors Date: Tue, 27 Aug 2024 14:46:50 -0700 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/4170b9b1a900e8fcdee42e0810aacb7e0618701c. PiperOrigin-RevId: 668146966 --- 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 b8ef7cd6699f..fa41f6f7d101 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 = "baf026d13bc20c6232ffeab0991628ce758982f3" -XLA_SHA256 = "28adba477042bda38a541eebb79aeff49067d6bd2bc4c6ded86583ebdee60e08" +XLA_COMMIT = "4170b9b1a900e8fcdee42e0810aacb7e0618701c" +XLA_SHA256 = "5b8bb058d802e8fa83aa70210637d2f8d903348b3f1b5f7e315a04e144f6c123" def repo(): tf_http_archive(