Commit 79af0bfc authored by Namgoo Lee's avatar Namgoo Lee

NPP : NppStreamHandler fix

parent 2f9b4439
...@@ -152,7 +152,7 @@ namespace cv { namespace cuda ...@@ -152,7 +152,7 @@ namespace cv { namespace cuda
inline ~NppStreamHandler() inline ~NppStreamHandler()
{ {
cudaStreamSynchronize(oldStream); nppSafeSetStream(nppGetStream(), 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