Host API Utilities#

API Reference#

Memory utilities#

nvmath-python provides host-side APIs for managing device-side memory.

BaseCUDAMemoryManager(*args, **kwargs)

Protocol for memory manager plugins.

MemoryPointer(device_ptr, size, finalizer)

An RAII class for a device memory buffer.

Data types#

nvmath-python provides the following data types.

CudaDataType(value[, names, module, ...])

An enumeration of cudaDataType_t.