Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 1.61 KB

File metadata and controls

62 lines (46 loc) · 1.61 KB
.. currentmodule:: pyarrow.cuda

CUDA Integration

.. ifconfig:: not cuda_enabled

   .. error::
      This documentation was built without CUDA enabled.  The CUDA
      API docs are not available.

CUDA Contexts

.. autosummary::
   :toctree: ../generated/

   Context

CUDA Buffers

.. autosummary::
   :toctree: ../generated/

   CudaBuffer
   new_host_buffer
   HostBuffer
   BufferReader
   BufferWriter

Serialization and IPC

.. autosummary::
   :toctree: ../generated/

   serialize_record_batch
   read_record_batch
   read_message
   IpcMemHandle