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 23, 2024
1 parent b709925 commit 30674ae
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 = "c408b6320bbf8407b781487a2dbe329cb7488dac"
XLA_SHA256 = "77297f7f3a8796e865d2704ad595be05f87f9bb495121dd8904121320aec5601"
XLA_COMMIT = "8a74354fe12808dc04badcc38148d0e909defee1"
XLA_SHA256 = "edb8c8a8c718c5f6dd51c40e6adb9c1eb67d4e14a1d188b14a3eb03aed8a11fe"

def repo():
tf_http_archive(
Expand Down

0 comments on commit 30674ae

Please sign in to comment.