Skip to main content

Module dlpack

Module dlpack 

Source
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§

DLDataType
DLDevice
DLManagedTensor
DLTensor
DlpackManagedTensor
Owned DLPack tensor handle.
DlpackTable
A table-like wrapper that can export individual columns as DLPack tensors without copies.

Constants§

K_DLBOOL
K_DLCPU
K_DLCUDA
K_DLFLOAT
K_DLINT
K_DLUINT

Type Aliases§

DLDataTypeCode
DLDeleter
DLDeviceType