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
Google-ML-Automation authored and jax authors committed Jun 9, 2024
1 parent 6617a0d commit 8fbe65b
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 @@ -21,8 +21,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 = "7667c639184a726f32eeeb856bab652f83215e4a"
XLA_SHA256 = "69e75738febe83543411cb216b349db7585acbd14f94d60c909fc19e5b7ed58d"
XLA_COMMIT = "32ba408c0e2b7ef5f5821c0781601ba17d467076"
XLA_SHA256 = "899f9fa0801f607decd0fedcb1e4c1f56010f884c271dc618448898b022715b1"

def repo():
tf_http_archive(
Expand Down

0 comments on commit 8fbe65b

Please sign in to comment.