From 77fb1eee11b4b9dc801809860a8f0f7130c9ad57 Mon Sep 17 00:00:00 2001 From: jax authors Date: Sat, 19 Oct 2024 13:37:29 -0700 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/d0d716fb63a0433ecf75c4c298f968083dacfc6f. PiperOrigin-RevId: 687675747 --- 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 1bc04cc94eb4..a9f675aa2b5e 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 = "7e3b0097bde59392d83c792ce16875cea55384d3" -XLA_SHA256 = "c4266c7a2d6793cadf2c49990068c660b225083708d61201e9385babdfe340ab" +XLA_COMMIT = "d0d716fb63a0433ecf75c4c298f968083dacfc6f" +XLA_SHA256 = "7839e103a53c92cce838d8633f0082505d077b334ebd2cc48099a640adcdb71e" def repo(): tf_http_archive(