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

View File

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