test_buffer_pool: synchronize after async copy
This commit is contained in:
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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user