Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 1.71 KB

File metadata and controls

74 lines (56 loc) · 1.71 KB

CUDA support

Contexts

.. doxygenclass:: arrow::cuda::CudaDeviceManager
   :project: arrow_cpp
   :members:

.. doxygenclass:: arrow::cuda::CudaContext
   :project: arrow_cpp
   :members:

Devices

.. doxygenclass:: arrow::cuda::CudaDevice
   :project: arrow_cpp
   :members:

.. doxygenclass:: arrow::cuda::CudaMemoryManager
   :project: arrow_cpp
   :members:

Buffers

.. doxygenclass:: arrow::cuda::CudaBuffer
   :project: arrow_cpp
   :members:

.. doxygenclass:: arrow::cuda::CudaHostBuffer
   :project: arrow_cpp
   :members:

Memory Input / Output

.. doxygenclass:: arrow::cuda::CudaBufferReader
   :project: arrow_cpp
   :members:

.. doxygenclass:: arrow::cuda::CudaBufferWriter
   :project: arrow_cpp
   :members:

IPC

.. doxygenclass:: arrow::cuda::CudaIpcMemHandle
   :project: arrow_cpp
   :members:

.. doxygengroup:: cuda-ipc-functions
   :content-only: