Bump XLA version to include fix to libtpu.

PiperOrigin-RevId: 451475416
This commit is contained in:
Parker Schuh 2022-05-27 14:07:18 -07:00 committed by jax authors
parent 5ccdcc5cc6
commit c9ba08be71

View File

@ -7,10 +7,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# and update the sha256 with the result.
http_archive(
name = "org_tensorflow",
sha256 = "1e5f849805f6a7cb13459d0571b58f0c089d9643804f86d1aa1f73eeb40cc606",
strip_prefix = "tensorflow-619dcb55bf16aeaf979f1ea9f51b27cb43a27649",
sha256 = "4110a688a764c8d10734337d33aa3055c321bb621fb4f141668a3d2846ab0bbc",
strip_prefix = "tensorflow-b6ab86a3f12d1f7dda9c4be801f9920b4ef2ef7a",
urls = [
"https://github.com/tensorflow/tensorflow/archive/619dcb55bf16aeaf979f1ea9f51b27cb43a27649.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/b6ab86a3f12d1f7dda9c4be801f9920b4ef2ef7a.tar.gz",
],
)