Getting Sparse CuArrays to work with Arpack
Open
cuda array
enhancement
- Dominant language
- Julia
- Stars
- 1.4k
- Forks
- 281
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 30
Description
I'm trying to diagonalize a sparse CuArrays with `eigs`, which currently fails because it dispatches to the general matrix*vector multiplication. What would be needed to get it to work?
Is it only a question of defining the correct `mul!` method?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.