cuda-api-wrappers icon indicating copy to clipboard operation
cuda-api-wrappers copied to clipboard

Imported memory pool pointer destructor will try to free even when non-owning

Open eyalroz opened this issue 6 months ago • 0 comments

The destructor code for memory::pool::ipc::imported_ptr_t has a bug: If the object is not owning, the destructor will still try to free the pointer (albeit not using a stream, just with cuFree().

eyalroz avatar May 09 '25 08:05 eyalroz