PyCUDA with sparse iterative linear system solver #421
HongRayChen
started this conversation in
General
Replies: 1 comment
-
This here: might be a starting point. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I previously used CuPy to accelerate sparse iterative linear equation solving for FEA but we have been experiencing some difficulties in installing CuPy on computers.
I saw Professor Kloeckner had an iterative CUDA on his webpage and mentioned that a more flexible version is available in PyCUDA as well.
I am pretty new to CUDA and PyCUDA. I wonder if anyone can point me to some resources or maybe some project that uses PyCUDA and the sparse iterative solver?
Beta Was this translation helpful? Give feedback.
All reactions