MGfoundation / mgcpp

A C++ Math Library Based on CUDA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

host memory leak in device_vector spotted

Red-Portal opened this issue · comments

pointer buffer = _allocator.allocate(_shape);

Host memory allocation is actually unnecessary and never deallocated.

fixed

fixed