Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add team/serial SVD #909

Closed
brian-kelley opened this issue Mar 9, 2021 · 1 comment
Closed

Add team/serial SVD #909

brian-kelley opened this issue Mar 9, 2021 · 1 comment
Assignees

Comments

@brian-kelley
Copy link
Contributor

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.

@brian-kelley
Copy link
Contributor Author

brian-kelley commented Sep 15, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant