mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00

The SVD kernel implementation used to require workspace shapes to be determined prior to the custom call on the JAX's side. The new FFI kernels need not demand these shapes to be specified anymore. They are evaluated during kernel runtime. PiperOrigin-RevId: 662413273