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 Dec 20, 2024
1 parent dad23fe commit aa386f8
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 = "b44f55da3dac449f03466815ac431474f86fd73f"
XLA_SHA256 = "f3d37257b970fd2993cbbc9185c2271910775f752d7c3bdd1828b8f663df1ff1"
XLA_COMMIT = "750765b1c996fcf15c82eb499ffec3441112235f"
XLA_SHA256 = "943bf4498bd1077bb811dfc946479dca77ce27c1fd4c7de78757ffb4c8f05bb8"

def repo():
tf_http_archive(
Expand Down

0 comments on commit aa386f8

Please sign in to comment.