Skip to content

Commit

Permalink
use correct checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomano committed Nov 14, 2024
1 parent 5c777c3 commit 55297b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openxla/xla.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")
# https://github.com/zml/xla/tree/gw/2024_09_19
# Reference commit on xla@main: https://github.com/zml/xla/commit/d391119197eab771a84c1f8a59a7f50b7da4b43d
OPENXLA_COMMIT = "7018a84922e775445bcae422363703d2abe8d571"
OPENXLA_SHA256 = "48b33e15c4479c8c7421cfc5fa0c02f82af73e706c0ce7b383539cdeb55e3a41"
OPENXLA_SHA256 = "3b01091dc340c4803b0ce9c57635ca37d0671a89bbaea0b788e45f364967fa1d"

def _xla_impl(mctx):
http_file(
Expand Down

0 comments on commit 55297b9

Please sign in to comment.