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 Apr 19, 2024
1 parent 4d6c4d6 commit 8fec8a6
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 = "fe9679250b2ed6803307a3bf4ed0b798e570014e"
XLA_SHA256 = "37351d67d613daf9a607366e08ad2cb40b71c3029bd3911b6b6c1192c8873f90"
XLA_COMMIT = "628a8c9490f8517ead4e72e3f96b21a821b26b02"
XLA_SHA256 = "ab15a95692f07cbcebecbdc76794646410e35fbaab38599be5383755246e4264"

def repo():
tf_http_archive(
Expand Down

0 comments on commit 8fec8a6

Please sign in to comment.