mirror of
https://github.com/opencv/opencv.git
synced 2025-06-27 23:11:57 +08:00
fix the test failure of CUDA_Arithm/MeanStdDev
This commit is contained in:
parent
bb8ff2c463
commit
e2c787884d
@ -152,7 +152,7 @@ namespace cv { namespace cuda
|
||||
|
||||
inline ~NppStreamHandler()
|
||||
{
|
||||
nppSetStream(oldStream);
|
||||
cudaStreamSynchronize(oldStream);
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user