Expand description
DLPack interop for zero-copy GPU exchange.
This module provides a minimal DLPack implementation for exporting XLOG GPU buffers to other ecosystems (e.g., Python cuDF) without device↔host copies.
Structs§
- DLData
Type - DLDevice
- DLManaged
Tensor - DLTensor
- Dlpack
Managed Tensor - Owned DLPack tensor handle.
- Dlpack
Table - A table-like wrapper that can export individual columns as DLPack tensors without copies.