Merge pull request #11550 from tomoaki0705:fixCudaAsync

This commit is contained in:
Alexander Alekhin 2018-05-20 20:59:33 +00:00
commit faafb3152a

View File

@ -152,7 +152,7 @@ namespace cv { namespace cuda
inline ~NppStreamHandler()
{
nppSetStream(oldStream);
cudaStreamSynchronize(oldStream);
}
private: