Class RmmCudaMemoryResource

java.lang.Object
ai.rapids.cudf.RmmCudaMemoryResource
All Implemented Interfaces:
RmmDeviceMemoryResource, AutoCloseable

public class RmmCudaMemoryResource extends Object implements RmmDeviceMemoryResource
A device memory resource that uses `cudaMalloc` and `cudaFree` for allocation and deallocation.