From 278338072aa957dd8a4670270507772239f8c773 Mon Sep 17 00:00:00 2001 From: Jacob Domagala Date: Mon, 5 Sep 2022 14:14:46 +0200 Subject: [PATCH] #1849: tests: Remove cudaDeviceSynchronize from test_async_op_cuda --- tests/unit/active/test_async_op_cuda.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/unit/active/test_async_op_cuda.cc b/tests/unit/active/test_async_op_cuda.cc index f0f97efcb1..fd9de7f6be 100644 --- a/tests/unit/active/test_async_op_cuda.cc +++ b/tests/unit/active/test_async_op_cuda.cc @@ -197,8 +197,6 @@ TEST_F(TestAsyncOp, test_async_op_cuda) { p[this_node].send(); }); - cudaDeviceSynchronize(); - p[this_node].get()->check(); } #endif // __CUDACC__