Skip to content
Commit 786eb9cb authored by Graham Markall's avatar Graham Markall
Browse files

Support the CUDA Array Interface

This commit adds support for version 3 of the CUDA Array Interface
(https://numba.readthedocs.io/en/latest/cuda/cuda_array_interface.html):

- GPU Arrays export the interface so that they can be passed to other
  supporting libraries.
- Function calls check for the presence of the interface and use the
  data pointer from it if found, so other libraries' arrays can be
  passed to PyCUDA-compiled kernels.

Documentation, tests, and examples for the interface going in both
directions are added.
parent d0860461
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment