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

Update XLA dependency to use revision

3764aee831.

PiperOrigin-RevId: 745130406
This commit is contained in:
jax authors 2025-04-08 07:10:59 -07:00 committed by Charles Hofer
parent dad3e7d7a0
commit aaef00f029

@ -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 = "77635006f6a898f71f19db360e9b4485aa5106da"
XLA_SHA256 = "d2a63a3cd2f354cd07699f30e7b5c16c7513e686e498b8ad712fb577ab677121"
XLA_COMMIT = "3764aee831189bd32a9c7dea56926b8f31ae86bf"
XLA_SHA256 = "845ce079537b7c25ca236d9910e460803b4148564f5c9c5440b6dab479919e68"
def repo():
tf_http_archive(