Commit 90e1e41f authored by Namgoo Lee's avatar Namgoo Lee

test_buffer_pool: synchronize after async copy

parent 22ecdd16
...@@ -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