1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #11550 from tomoaki0705:fixCudaAsync

This commit is contained in:
Alexander Alekhin
2018-05-20 20:59:33 +00:00
@@ -152,7 +152,7 @@ namespace cv { namespace cuda
inline ~NppStreamHandler()
{
nppSetStream(oldStream);
cudaStreamSynchronize(oldStream);
}
private: