Skip to content

Commit f148ecc

Browse files
author
jbaptiste
committed
xla: bump to support 560 cuda version
1 parent 2058662 commit f148ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/openxla/xla.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")
55
# This version was chosen because it contains the gather/scatter broadcasting dims.
66
# https://github.com/zml/xla/tree/gw/2024_09_19
77
# Reference commit on xla@main: https://github.com/zml/xla/commit/d391119197eab771a84c1f8a59a7f50b7da4b43d
8-
OPENXLA_COMMIT = "754750ed6957592e646a6a21eee091711d50f9a7"
9-
OPENXLA_SHA256 = "9f84729849642b94d158c776128c76d5c61932117cc04cfceb54fa5e72c827fe"
8+
OPENXLA_COMMIT = "177464c630b8acd2ba9795f81c0248bdaedfb3cf"
9+
OPENXLA_SHA256 = "48b33e15c4479c8c7421cfc5fa0c02f82af73e706c0ce7b383539cdeb55e3a41"
1010

1111
def _xla_impl(mctx):
1212
http_file(

0 commit comments

Comments
 (0)