Skip to content
Snippets Groups Projects
Commit 3f7738a8 authored by Tobias Winchen's avatar Tobias Winchen
Browse files

Remove device syncs in test

parent cdfb14b8
Branches
Tags
1 merge request!16Fix detect accumulate in Dualpol Spectrometer
......@@ -139,8 +139,6 @@ TEST_P(detect_and_accumulate32bit, no_stride)
params.naccumulate,
1, 0., 1, 0);
cudaDeviceSynchronize();
thrust::host_vector<float> output_host = output;
for (size_t i =0; i < output.size(); i++)
......@@ -173,8 +171,6 @@ TEST_P(detect_and_accumulate32bit, w_stride)
params.naccumulate,
1, 0., 2, 0);
cudaDeviceSynchronize();
thrust::host_vector<float> output_host = output;
for (size_t i =0; i < params.nchan * params.nspectra; i++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment