Skip to content

Commit 7243ddf

Browse files
authored
Bump XLA version. (#2353)
1 parent 9d61d4b commit 7243ddf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ http_archive(
2828
# and update the sha256 with the result.
2929
http_archive(
3030
name = "org_tensorflow",
31-
sha256 = "32f919d5f153cc98d162711c856a7c1858341b0ebbe91b61d7486f134cd37db1",
32-
strip_prefix = "tensorflow-0b0432ae2d7519aa3f8f9e9569429685024fa823",
31+
sha256 = "9699d5c26fdeb8d57b701b7edb1dd1c127849765f7880d767b0ae8c06c38d601",
32+
strip_prefix = "tensorflow-ca8d8fbf7bba22415b675a5cb88b7393bfaadf1f",
3333
urls = [
34-
"https://github.com/tensorflow/tensorflow/archive/0b0432ae2d7519aa3f8f9e9569429685024fa823.tar.gz",
34+
"https://github.com/tensorflow/tensorflow/archive/ca8d8fbf7bba22415b675a5cb88b7393bfaadf1f.tar.gz",
3535
],
3636
)
3737

0 commit comments

Comments
 (0)