mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Merge pull request #11572 from nglee:dev_fixNppStreamHandlerDtor
This commit is contained in:
@@ -152,7 +152,7 @@ namespace cv { namespace cuda
|
||||
|
||||
inline ~NppStreamHandler()
|
||||
{
|
||||
cudaStreamSynchronize(oldStream);
|
||||
nppSafeSetStream(nppGetStream(), oldStream);
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user