Commit 9fd32ca5 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #11110 from nglee:dev_addSyncAfterAsyncCopyTestBufferPool

parents 176fe6e5 90e1e41f
...@@ -93,6 +93,8 @@ CUDA_TEST_P(BufferPoolTest, FromNullStream) ...@@ -93,6 +93,8 @@ CUDA_TEST_P(BufferPoolTest, FromNullStream)
RunSimpleTest(Stream::Null(), dst_1, dst_2); RunSimpleTest(Stream::Null(), dst_1, dst_2);
cudaSafeCall(cudaDeviceSynchronize());
CheckSimpleTest(dst_1, dst_2); CheckSimpleTest(dst_1, dst_2);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment