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 15, 2024
1 parent 5493fab commit c7d1c3d
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 = "b353bfbba5453d0916ecefdf28bf458765d9b9a5"
XLA_SHA256 = "5dc6a48c931b9124a5a962d3c34e1622dbfc8c43e4f32f7ae83b1357051dfe36"
XLA_COMMIT = "37fb0612d36ac3d08ff984b1d61e4bc4dedf4809"
XLA_SHA256 = "5a2d11445b3ba524706c122fd16bca0f570c3256af4833d92ad802a0fee73cdf"

def repo():
tf_http_archive(
Expand Down

0 comments on commit c7d1c3d

Please sign in to comment.