1
0
mirror of https://github.com/ROCm/jax.git synced 2025-04-19 05:16:06 +00:00

Update XLA dependency to use revision

b44f55da3d.

PiperOrigin-RevId: 707970174
This commit is contained in:
jax authors 2024-12-19 11:13:31 -08:00
parent dc8b786d12
commit 1b385f3813

@ -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 = "9e68b1e03df5cc1796bf05fbccccbea9f3bc3da6"
XLA_SHA256 = "318df57fc7e44bf0fdd2840fbf9600353f2e089b05f0783fc07f2a96016f1cd7"
XLA_COMMIT = "b44f55da3dac449f03466815ac431474f86fd73f"
XLA_SHA256 = "f3d37257b970fd2993cbbc9185c2271910775f752d7c3bdd1828b8f663df1ff1"
def repo():
tf_http_archive(