1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #11110 from nglee:dev_addSyncAfterAsyncCopyTestBufferPool

This commit is contained in:
Alexander Alekhin
2018-03-19 19:51:36 +00:00
@@ -93,6 +93,8 @@ CUDA_TEST_P(BufferPoolTest, FromNullStream)
RunSimpleTest(Stream::Null(), dst_1, dst_2);
cudaSafeCall(cudaDeviceSynchronize());
CheckSimpleTest(dst_1, dst_2);
}