Skip to content
Snippets Groups Projects
Commit a0cc70c4 authored by Pilar Cossio's avatar Pilar Cossio
Browse files

for cuda to work

parent d53df5e6
Branches
Tags
No related merge requests found
......@@ -77,7 +77,7 @@ __device__ static inline myfloat_t calc_logpro(const bioem_param_device& param,
if(param.debugterm){
printf("Separate cc: %f c: %f oo: %f o: %f co: %f logP: %f\n",sumsquare,sum,sumsquareref,sumref,crossproMapConv, logpro );
// printf("Separate cc: %f c: %f oo: %f o: %f co: %f logP: %f\n",sumsquare,sum,sumsquareref,sumref,crossproMapConv, logpro );
}
return(logpro);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment