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 gpu Cuda Sparse Matrix compatibility to function bicgstabl #295

Open
davidschlegel opened this issue Apr 29, 2021 · 0 comments
Open

Comments

@davidschlegel
Copy link

davidschlegel commented Apr 29, 2021

Although the conjugate gradient method cg does succesfully implement Cuda compatibility, bicgstabl does not.
I think it would be fairly simple to add this functionality.
Currently, using Cuda Arrays in bicgstabl is using scalar operations on GPU arrays, which should not be the case to have a performance speedup when using gpus.
I think an implementation by someone with a little bit of knowledge of CUDA should be straightforward.

@davidschlegel davidschlegel changed the title Add gpu Cuda Sparse Matrix compatibility to function bicstabl Add gpu Cuda Sparse Matrix compatibility to function bicgstabl Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant