Skip to content

Commit

Permalink
#1849: tests: Remove cudaDeviceSynchronize from test_async_op_cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDomagala committed Sep 9, 2022
1 parent 627b600 commit 2783380
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/active/test_async_op_cuda.cc
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,6 @@ TEST_F(TestAsyncOp, test_async_op_cuda) {
p[this_node].send<MyMsg, &CUDAGroup::cudaHandler>();
});

cudaDeviceSynchronize();

p[this_node].get()->check();
}
#endif // __CUDACC__
Expand Down

0 comments on commit 2783380

Please sign in to comment.