test_buffer_pool: synchronize after async copy

pull/11110/head
Namgoo Lee 7 years ago
parent 22ecdd16ef
commit 90e1e41f5a
  1. 2
      modules/cudaarithm/test/test_buffer_pool.cpp

@ -93,6 +93,8 @@ CUDA_TEST_P(BufferPoolTest, FromNullStream)
RunSimpleTest(Stream::Null(), dst_1, dst_2);
cudaSafeCall(cudaDeviceSynchronize());
CheckSimpleTest(dst_1, dst_2);
}

Loading…
Cancel
Save