Commit e2c78788 authored by Tomoaki Teshima's avatar Tomoaki Teshima

fix the test failure of CUDA_Arithm/MeanStdDev

parent bb8ff2c4
...@@ -152,7 +152,7 @@ namespace cv { namespace cuda ...@@ -152,7 +152,7 @@ namespace cv { namespace cuda
inline ~NppStreamHandler() inline ~NppStreamHandler()
{ {
nppSetStream(oldStream); cudaStreamSynchronize(oldStream);
} }
private: private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment