Skip to content

Commit aaa559a

Browse files
Google-ML-Automationjax authors
authored andcommitted
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/7667c639184a726f32eeeb856bab652f83215e4a. PiperOrigin-RevId: 641568627
1 parent b486a95 commit aaa559a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/xla/workspace.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
2121
# curl -L https://github.com/openxla/xla/archive/<git hash>.tar.gz | sha256sum
2222
# and update XLA_SHA256 with the result.
2323

24-
XLA_COMMIT = "3195fdc8511c42cf975f07b0002cbd30fc361bde"
25-
XLA_SHA256 = "c6a55b1056962efd7a82e3086966b9b9106a310893c447abb089745cc67f91e6"
24+
XLA_COMMIT = "7667c639184a726f32eeeb856bab652f83215e4a"
25+
XLA_SHA256 = "69e75738febe83543411cb216b349db7585acbd14f94d60c909fc19e5b7ed58d"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)