Skip to content

Commit

Permalink
Bump XLA version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkinsp committed Aug 26, 2022
1 parent 2186268 commit 12cb55d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "b95682b357f6c693957abce8e5673beceb1fc988642d5cc6ec76a9bc9c7d297e",
strip_prefix = "tensorflow-d8ae1c040f73ffdbf77e005b7d2909976fa4b31f",
sha256 = "fb2da7e13ae19c534934b65ae0dc51fce95c39a9509e98cd611469bf22e1be1a",
strip_prefix = "tensorflow-c255a3bd690f16a775445ca8c50829e1b941148f",
urls = [
"https://github.com/tensorflow/tensorflow/archive/d8ae1c040f73ffdbf77e005b7d2909976fa4b31f.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/c255a3bd690f16a775445ca8c50829e1b941148f.tar.gz",
],
)

Expand Down

0 comments on commit 12cb55d

Please sign in to comment.