Why do cv::cuda::Stream need GPU memory?

asked 2018-01-30 02:41:47 -0600

nglee gravatar image

updated 2018-01-31 00:37:24 -0600

I was looking into an issue regarding cv::cuda::Stream reported here.

Attempting to solve this issue, I've found out that cv::cuda::Stream::Impl has Ptr<GpuMat::Allocator> allocator as its member and the issue was related to unallocating GPU memory allocated by this allocator object.

But why do Stream objects need a GPU memory allocator?

edit retag flag offensive close merge delete