Skip to content

Commit

Permalink
Update XLA dependency to use revision
Browse files Browse the repository at this point in the history
  • Loading branch information
jax authors committed Nov 29, 2023
1 parent 896d4cf commit 5bcf231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/xla/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
# curl -L https://github.com/openxla/xla/archive/<git hash>.tar.gz | sha256sum
# and update XLA_SHA256 with the result.

XLA_COMMIT = "33fc605a8a118368eaf8f748c8e90eeb18f2e0d3"
XLA_SHA256 = "e047473e6d0ec60f9bda980198d9e6226411c8ccbd47ea41c32164fc67e0b52f"
XLA_COMMIT = "1317a629f339500ab50665cfb35e9c3ec00215fa"
XLA_SHA256 = "d2c3e166e5cb583e1684e9bbe53c2176c4c2f6d887cb3f2f26c9bf558f94add0"

def repo():
tf_http_archive(
Expand Down

0 comments on commit 5bcf231

Please sign in to comment.