We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2058662 commit f148eccCopy full SHA for f148ecc
third_party/openxla/xla.bzl
@@ -5,8 +5,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")
5
# This version was chosen because it contains the gather/scatter broadcasting dims.
6
# https://github.com/zml/xla/tree/gw/2024_09_19
7
# Reference commit on xla@main: https://github.com/zml/xla/commit/d391119197eab771a84c1f8a59a7f50b7da4b43d
8
-OPENXLA_COMMIT = "754750ed6957592e646a6a21eee091711d50f9a7"
9
-OPENXLA_SHA256 = "9f84729849642b94d158c776128c76d5c61932117cc04cfceb54fa5e72c827fe"
+OPENXLA_COMMIT = "177464c630b8acd2ba9795f81c0248bdaedfb3cf"
+OPENXLA_SHA256 = "48b33e15c4479c8c7421cfc5fa0c02f82af73e706c0ce7b383539cdeb55e3a41"
10
11
def _xla_impl(mctx):
12
http_file(
0 commit comments