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
There is a developing standard to allow python tensor-flinging libraries to exchange data (https://numba.readthedocs.io/en/stable/cuda/cuda_array_interface.html). With the new runtime, this would actually be quite simple. Would just need to expose the device pointers in the CUDA array class and add some python functionality.
The text was updated successfully, but these errors were encountered:
There is a developing standard to allow python tensor-flinging libraries to exchange data (https://numba.readthedocs.io/en/stable/cuda/cuda_array_interface.html). With the new runtime, this would actually be quite simple. Would just need to expose the device pointers in the CUDA array class and add some python functionality.
The text was updated successfully, but these errors were encountered: