RAPIDS
    Preparing search index...

    Module @rapidsai/rmm

      node-rapids RMM - RAPIDS Memory Manager

    npm install @rapidsai/rmm

    The js bindings for RMM.

    For detailed node-RMM API, follow our API Documentation.

    Namespaces

    addon

    Classes

    BinningMemoryResource

    Allocates memory from upstream resources associated with bin sizes.

    CudaMemoryResource

    MemoryResource that uses cudaMalloc/Free for allocation/deallocation.

    FixedSizeMemoryResource

    A MemoryResource which allocates memory blocks of a single fixed size using an upstream MemoryResource.

    LoggingResourceAdapter
    ManagedMemoryResource

    MemoryResource that uses cudaMallocManaged/Free for allocation/deallocation.

    PoolMemoryResource

    A coalescing best-fit suballocator which uses a pool of memory allocated from an upstream MemoryResource.

    References

    DeviceBuffer → addon.DeviceBuffer
    getCurrentDeviceResource → addon.getCurrentDeviceResource
    getPerDeviceResource → addon.getPerDeviceResource
    setCurrentDeviceResource → addon.setCurrentDeviceResource
    setPerDeviceResource → addon.setPerDeviceResource