Merge pull request #11110 from nglee:dev_addSyncAfterAsyncCopyTestBufferPool

This commit is contained in:
Alexander Alekhin 2018-03-19 19:51:36 +00:00
commit 9fd32ca5ac

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);
}