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 Mar 29, 2024
1 parent 1f0ffe6 commit 15e2e26
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 = "56e26861fc6a2f246c5c5649ea04faa1398d1052"
XLA_SHA256 = "9ff517440ad4bbcd757faf10f11464549f19c470d1144770911439e1fbf07cdc"
XLA_COMMIT = "35a563552b55129d3d91965bf5ede0cd2077a63a"
XLA_SHA256 = "a2e089231bb75198268927ba16a4dbfb21f4495818a451706b6c5ef6b2a9e6ea"

def repo():
tf_http_archive(
Expand Down

0 comments on commit 15e2e26

Please sign in to comment.