1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

test_buffer_pool: synchronize after async copy

This commit is contained in:
Namgoo Lee
2018-03-19 09:30:06 +09:00
parent 22ecdd16ef
commit 90e1e41f5a
@@ -93,6 +93,8 @@ CUDA_TEST_P(BufferPoolTest, FromNullStream)
RunSimpleTest(Stream::Null(), dst_1, dst_2);
cudaSafeCall(cudaDeviceSynchronize());
CheckSimpleTest(dst_1, dst_2);
}