It seems that Jax issue 12897 how now been addressed pivoting=True can now be passed to lax.linalg.qr. However, GPU support requires the magma library.
Is incorporating this as simple as just passing that argument through unless we have an assume_full_rank tag (if I remembered the name correctly) or is it more subtle.
It seems that Jax issue 12897 how now been addressed
pivoting=Truecan now be passed tolax.linalg.qr. However, GPU support requires the magma library.Is incorporating this as simple as just passing that argument through unless we have an
assume_full_ranktag (if I remembered the name correctly) or is it more subtle.