cccl icon indicating copy to clipboard operation
cccl copied to clipboard

[FEA]: Implement a memory_resource using `cudaMallocAsync` and `cudaFreeAsync`

Open miscco opened this issue 1 year ago • 0 comments

In order to move our <memory_resource> plans forward we want to implement a memory resource that utilizes stream ordered allocations through cudaMallocAsync and cudaFreeAsync to allocate memory.

That memory_resource should live in <cuda/memory_resource> and satisfy the cuda::mr::async_resource_withcuda::mr::device_accessible requirement.

miscco avatar Mar 08 '24 09:03 miscco