Skip to content

Commit

Permalink
workspace: bump xla to version 20241025.0-4663f04 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomano authored Nov 25, 2024
1 parent e1725b2 commit 4725eeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
repository: zml/xla
token: ${{ secrets.OPENXLA_READ_ONLY }}
ref: 7018a84922e775445bcae422363703d2abe8d571
ref: 97a3db78e4db918033d4f3c5934026c5f3c531e7

- name: Setup Bazel
run: |
Expand Down
4 changes: 2 additions & 2 deletions third_party/openxla/xla.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")
# This version was chosen because it contains the gather/scatter broadcasting dims.
# 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 = "3b01091dc340c4803b0ce9c57635ca37d0671a89bbaea0b788e45f364967fa1d"
OPENXLA_COMMIT = "97a3db78e4db918033d4f3c5934026c5f3c531e7"
OPENXLA_SHA256 = "8e4c6cf949dc3e3d3cb25e4bb37b9d1ec81fdd64c19e963b97741cdac2f6b910"

def _xla_impl(mctx):
http_file(
Expand Down

0 comments on commit 4725eeb

Please sign in to comment.