fix the test failure of CUDA_Arithm/MeanStdDev

This commit is contained in:
Tomoaki Teshima 2018-05-20 19:38:02 +09:00
parent bb8ff2c463
commit e2c787884d

View File

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