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 Jan 28, 2024
1 parent 8bbcbb6 commit f910a0d
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 = "5f5fff92b0d5f9a2e43f066cc08fb542677c775d"
XLA_SHA256 = "c3efef35ee9d2904e23f237c99aadb381d783cfd6598b5634b7757fd9a539ff4"
XLA_COMMIT = "2a0061b67b249bd38c1a93499eaadcc3a00a2838"
XLA_SHA256 = "b07eef761bd2f472d9e176781ede7654eddae77fa3f6148c40f49fc84e331965"

def repo():
tf_http_archive(
Expand Down

0 comments on commit f910a0d

Please sign in to comment.