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

Numba/Cupy for DerivativeSolver #10

Open
3 tasks
maximilian-kruse opened this issue Jan 20, 2025 · 0 comments
Open
3 tasks

Numba/Cupy for DerivativeSolver #10

maximilian-kruse opened this issue Jan 20, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@maximilian-kruse
Copy link
Member

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
@maximilian-kruse maximilian-kruse added the enhancement New feature or request label Jan 20, 2025
@maximilian-kruse maximilian-kruse self-assigned this Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant