node-rapids RMM - RAPIDS Memory Managernpm install @rapidsai/rmm
The js bindings for RMM.
For detailed node-RMM API, follow our API Documentation.
MemoryResource that uses cudaMalloc/Free for allocation/deallocation.
A MemoryResource which allocates memory blocks of a single fixed size using an upstream MemoryResource.
MemoryResource that uses cudaMallocManaged/Free for allocation/deallocation.
A coalescing best-fit suballocator which uses a pool of memory allocated from an upstream MemoryResource.
Allocates memory from upstream resources associated with bin sizes.