Skip to content
Snippets Groups Projects
Commit d95e9cc6 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

feat: implement `__cuda_array_interface__`

https://numba.readthedocs.io/en/stable/cuda/cuda_array_interface.html

Also allow to execute with cupy (https://docs.cupy.dev/en/stable/index.html)
instead of pycuda

TODO:
- [ ] check that pointers in correct CUDA context and if not import into
  current
- [x] make execution with pycuda aware of `__cuda_array_interface__`
parent 262446d1
No related branches found
No related tags found
No related merge requests found
Checking pipeline status