mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 04:16:07 +00:00

XLA supports batched triangular solve on GPU and has since February 2022, which is older than the minimum jaxlib version. We can therefore delete our implementation and just use XLA's implementation. PiperOrigin-RevId: 482031830