Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MPIBP-Hummer
BioEM
Commits
6eeb6ce4
Commit
6eeb6ce4
authored
Jun 20, 2017
by
Luka Stanisic
Browse files
cosmetics
parent
a0474f31
Changes
2
Hide whitespace changes
Inline
Side-by-side
bioem.cpp
View file @
6eeb6ce4
...
...
@@ -626,7 +626,7 @@ int bioem::run()
else
if
(
iConv
==
7
)
{
workload
=
(
int
)
100
*
(
compTime
/
(
best_time
+
compTime
)
);
if
(
DebugOutput
>=
1
)
if
(
DebugOutput
>=
2
)
{
printf
(
"
\t\t
Comparison on GPU only time: %.6f
\n
"
,
best_time
);
printf
(
"
\t\t
Comparison on CPU only time: %.6f
\n
"
,
compTime
);
...
...
bioem_cuda.cu
View file @
6eeb6ce4
...
...
@@ -409,7 +409,7 @@ int bioem_cuda::selectCudaDevice()
is temporarily disabled since it causes initialization
errors on dvl machine. It is safe to ignore warnings
for "bestDeviceSpeed" */
#if 0
#if 0
for (int i = 0;i < count;i++)
{
#if CUDA_VERSION > 3010
...
...
@@ -434,7 +434,7 @@ int bioem_cuda::selectCudaDevice()
bestDeviceSpeed
=
deviceSpeed
;
}
}
#endif
#endif
if
(
getenv
(
"GPUDEVICE"
))
{
int
device
=
atoi
(
getenv
(
"GPUDEVICE"
));
...
...
Write
Preview
Markdown
is supported
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