This commit is contained in:
Evghenii
2013-11-18 10:51:54 +01:00
parent 6387bbf193
commit 36f584d341
2 changed files with 2 additions and 2 deletions

View File

@@ -518,7 +518,7 @@ int main(int argc, char *argv[]) {
&d_raster2camera, &d_camera2world,
&d_image, &d_id,
&d_nodes, &d_triangles};
const double dt = CUDALaunch(NULL, func_name, func_args);
const double dt = 1e3*CUDALaunch(NULL, func_name, func_args);
#endif
minTimeISPCtasks = std::min(dt, minTimeISPCtasks);
}