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

Update XLA dependency to use revision

20d4636c74.

PiperOrigin-RevId: 701562320
This commit is contained in:
jax authors 2024-11-30 15:24:30 -08:00
parent 47858c4ac2
commit db4b3f2922

@ -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 = "479fb21237319d091ee93e86619c8d4d88bda079"
XLA_SHA256 = "1ad7137b77bffbb11a959a12dee9329eec4f4cae0c0a1d963144579992e059aa"
XLA_COMMIT = "20d4636c743e53f070612d6b4c6ebd03b2b28bf5"
XLA_SHA256 = "9f0c1ba3b0220a9d922acd3df09a0d65a56d37d6e9a5080079fc86b8f67c83fc"
def repo():
tf_http_archive(