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
We have a page in the user guide about the CUDA integration with the pyarrow.cuda module: https://arrow.apache.org/docs/15.0/python/integration/cuda.html. But this page is quite brief and outdated, even for the current state of the CUDA functionality (for example it only briefly shows buffers, but doesn't mention anything about having an Array or RecordBatch on the CUDA device, or copying reading/writing directly from/to IPC, etc).
Expand section on interoperability with other tools (right now it only explains interop with numba, but could also add interop with eg pytorch or cupy, cudf, nanoarrow, etc)
Add guide on installing pyarrow with CUDA enabled (from binaries, not to have to build yourself, e.g. this is possible through conda-forge)
The text was updated successfully, but these errors were encountered:
We have a page in the user guide about the CUDA integration with the
pyarrow.cuda
module: https://arrow.apache.org/docs/15.0/python/integration/cuda.html. But this page is quite brief and outdated, even for the current state of the CUDA functionality (for example it only briefly shows buffers, but doesn't mention anything about having an Array or RecordBatch on the CUDA device, or copying reading/writing directly from/to IPC, etc).A list of ideas:
The text was updated successfully, but these errors were encountered: