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

Schur decomposition #2077

Open
lgravina1997 opened this issue Sep 11, 2023 · 1 comment
Open

Schur decomposition #2077

lgravina1997 opened this issue Sep 11, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@lgravina1997
Copy link

Schur decomposition is implemented efficiently on GPU in PyTorch, Jax, and MatLab. It is an essential ingredient for the efficient computation of matrix square root (sqrtm).

It would be ideal to have this decomposition implemented directly in CUDA.jl. The only alternative I see at the moment is full-on diagonalization which is less efficient and less stable.

@lgravina1997 lgravina1997 added the enhancement New feature or request label Sep 11, 2023
@maleadt maleadt added the help wanted Extra attention is needed label Sep 11, 2023
@amontoison
Copy link
Member

We don't have a routine for Schur decomposition in CUSOLVER.
How is it implemented in PyTorch or Jax?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants