Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MPIfR-BDG
psrdada_cpp
Commits
3f7738a8
Commit
3f7738a8
authored
Aug 27, 2021
by
Tobias Winchen
Browse files
Remove device syncs in test
parent
cdfb14b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
psrdada_cpp/effelsberg/edd/test/src/DetectorAccumulatorTester.cu
View file @
3f7738a8
...
...
@@ -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
++
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment