CUDA Integration¶
CUDA Buffers¶
An Arrow buffer with data located in a GPU device. |
|
Return buffer with CUDA-accessible memory on CPU host |
|
Device-accessible CPU memory created using cudaHostAlloc. |
|
File interface for zero-copy read from CUDA buffers. |
|
File interface for writing to CUDA buffers. |
Serialization and IPC¶
Write record batch message to GPU device memory |
|
Construct RecordBatch referencing IPC message located on CUDA device. |
|
Read Arrow IPC message located on GPU device |
|
A serializable container for a CUDA IPC handle. |