Skip to content

Commit daf010d

Browse files
authored
[ROCm] Update XLA commit hash (#168)
1 parent d43eb7f commit daf010d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

third_party/xla/workspace.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ 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 = "76da730179313b3bebad6dea6861768421b7358c"
25-
XLA_SHA256 = "d67ced09b69ab8d7b26fa4cd5f48b22db57eb330294a35f6e1d462ee17066757"
24+
XLA_COMMIT = "c65e770429ca2044fa7e3f7c971a165cc07edc31"
25+
XLA_SHA256 = "a6eb9abff04fb6484029bb49237bbfa086b2e247dfde8eccb770ef5a5ff0b79b"
2626

2727
def repo():
2828
tf_http_archive(
2929
name = "xla",
3030
sha256 = XLA_SHA256,
3131
strip_prefix = "xla-{commit}".format(commit = XLA_COMMIT),
32-
urls = tf_mirror_urls("https://github.com/openxla/xla/archive/{commit}.tar.gz".format(commit = XLA_COMMIT)),
32+
urls = tf_mirror_urls("https://github.com/ROCm/xla/archive/{commit}.tar.gz".format(commit = XLA_COMMIT)),
3333
)
3434

3535
# For development, one often wants to make changes to the TF repository as well

0 commit comments

Comments
 (0)