You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature's ready in #1107 . Just serial now, but everything's implemented in terms of existing batched kernels so it would be fairly easy to make a TeamVector version.
Implement a batched team-level and serial SVD.
This can be implemented using the algorithm described here:
http://www.netlib.org/utk/people/JackDongarra/etemplates/node193.html
We already have the other batched LAPACK functions (e.g. QR decomposition) needed by the algorithm.
The text was updated successfully, but these errors were encountered: