mirror of
https://github.com/opencv/opencv.git
synced 2025-07-25 22:57:53 +08:00
Merge pull request #11110 from nglee:dev_addSyncAfterAsyncCopyTestBufferPool
This commit is contained in:
commit
9fd32ca5ac
@ -93,6 +93,8 @@ CUDA_TEST_P(BufferPoolTest, FromNullStream)
|
|||||||
|
|
||||||
RunSimpleTest(Stream::Null(), dst_1, dst_2);
|
RunSimpleTest(Stream::Null(), dst_1, dst_2);
|
||||||
|
|
||||||
|
cudaSafeCall(cudaDeviceSynchronize());
|
||||||
|
|
||||||
CheckSimpleTest(dst_1, dst_2);
|
CheckSimpleTest(dst_1, dst_2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user