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 committed Nov 6, 2024
1 parent 4e45a6d commit dc33a28
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 = "5a9f79f295ba8d16afce24ea8724da525b8eb87d"
XLA_SHA256 = "83e516dd8f7c61541aa9e2cba7fe480166ea23f28a41fed445fef4c5b6d45519"
XLA_COMMIT = "0f6331b1881ae34c8b1cd59580900d556bc8305c"
XLA_SHA256 = "1e4e4317750b2bb2845c6138aaa96b0d94249484d23e9c799d2dd6ecd4b8dd3c"

def repo():
tf_http_archive(
Expand Down

0 comments on commit dc33a28

Please sign in to comment.