Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MPIBP-Hummer
BioEM
Commits
40e9db4a
Commit
40e9db4a
authored
Jun 30, 2017
by
Luka Stanisic
Browse files
updating labbook
parent
a6e19b48
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
BioEM_labbook.org
View file @
40e9db4a
This diff is collapsed.
Click to expand it.
bioem_cuda.cu
View file @
40e9db4a
...
...
@@ -236,9 +236,8 @@ int bioem_cuda::compareRefMaps(int iOrient, int iConv, myfloat_t amp, myfloat_t
cout
<<
"Error startMap not implemented for GPU Code
\n
"
;
exit
(
1
);
}
float
time
;
#ifdef DEBUG_GPU
float
time
;
cudaEvent_t
start
,
stop
;
checkCudaErrors
(
cudaEventCreate
(
&
start
));
checkCudaErrors
(
cudaEventCreate
(
&
stop
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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