You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could implement the DerivativeSolver functionality with Numba/Cupy to port it to GPU. Not critical, since data probably has to be transferred in outer-loop problems anyway, and the solve itself is not a SIMD operation.
Review Numba/Cupy
Use Cupy sparse Linalg for DerivativeSolver
Make np/cp switch depending on architecture
The text was updated successfully, but these errors were encountered:
We could implement the
DerivativeSolver
functionality with Numba/Cupy to port it to GPU. Not critical, since data probably has to be transferred in outer-loop problems anyway, and the solve itself is not a SIMD operation.The text was updated successfully, but these errors were encountered: