Merge pull request #11691 from hawkinsp:xla

PiperOrigin-RevId: 464541736
This commit is contained in:
jax authors 2022-08-01 08:28:57 -07:00
commit 9bd6fd66c2

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 = "6b2b714e00db7b82fd79aaa1deacd321c7f0aeab8b17cf8c32062a80070842a8",
strip_prefix = "tensorflow-579c67bd60220fe66a29318191f0850ff0aa825f",
sha256 = "85930287e62e36aaf0446ff8e2c2a864db09b629aa2fdc8b820e51c522ec7269",
strip_prefix = "tensorflow-d27e8d3461ebe4160daa4ae3c834a472d641338b",
urls = [
"https://github.com/tensorflow/tensorflow/archive/579c67bd60220fe66a29318191f0850ff0aa825f.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/d27e8d3461ebe4160daa4ae3c834a472d641338b.tar.gz",
],
)