cuda-api-wrappers
cuda-api-wrappers copied to clipboard
Imported memory pool pointer destructor will try to free even when non-owning
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().