Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.11.1
Description
Currently, to create a CUDA buffer from a Numba device array, you have to write:
cuda.CudaBuffer.from_numba(device_arr.gpu_data)
It would be easier if you could just write:
cuda.CudaBuffer.from_numba(device_arr)
(ideally, any object exposing the CUDA Array Interface would work)
Attachments
Issue Links
- links to