NVIDIA / gdrcopy

A fast GPU memory copy library based on NVIDIA GPUDirect RDMA technology
MIT License
898 stars 144 forks source link

host heap memory need to free for sanity data validation case #260

Closed hongbilu closed 1 year ago

hongbilu commented 1 year ago

a programming issue, for data validation case, heap memories have been allocated at the beginning, but not free at the end.

drossetti commented 1 year ago

@pakmarkthub could you please take a look?