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
e91ccfae
Commit
e91ccfae
authored
Aug 27, 2021
by
Tobias Winchen
Browse files
Unify log output with full stokes
parent
de4c3c1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
psrdada_cpp/effelsberg/edd/src/GatedSpectrometer.cu
View file @
e91ccfae
...
...
@@ -375,8 +375,8 @@ void GatedPowerSpectrumOutput::swap(cudaStream_t &_proc_stream)
void
GatedPowerSpectrumOutput
::
data2Host
(
cudaStream_t
&
_d2h_stream
)
{
// copy data to host if block is finished
CUDA_ERROR_CHECK
(
cudaStreamSynchronize
(
_d2h_stream
));
BOOST_LOG_TRIVIAL
(
debug
)
<<
"Copying data2Host for "
<<
G0
.
_noOfBitSets
.
size
()
<<
" blocks."
;
//
CUDA_ERROR_CHECK(cudaStreamSynchronize(_d2h_stream));
for
(
size_t
i
=
0
;
i
<
G0
.
_noOfBitSets
.
size
();
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