You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
("cuda-device", boost::program_options::value(&SEACAVE::CUDA::desiredDeviceID)->default_value(-1), "CUDA device number to be used for depth-map estimation (-2 - CPU/GLSL processing, -1 - best GPU, >=0 - device index)")
117
+
("cuda-device", boost::program_options::value<std::string>(&SEACAVE::CUDA::desiredDeviceIDs)->default_value("-1"), "CUDA device(s) for processing (-2 - CPU/GLSL processing, -1 - best GPU, >=0 - comma-separated IDs)")
118
118
#endif
119
119
;
120
120
@@ -252,7 +252,7 @@ int main(int argc, LPCTSTR* argv)
("cuda-device", boost::program_options::value(&SEACAVE::CUDA::desiredDeviceID)->default_value(-1), "CUDA device number to be used for depth-map estimation (-2 - CPU/GLSL processing, -1 - best GPU, >=0 - device index)")
104
+
("cuda-device", boost::program_options::value<std::string>(&SEACAVE::CUDA::desiredDeviceIDs)->default_value("-1"), "CUDA device(s) for processing (-2 - CPU/GLSL processing, -1 - best GPU, >=0 - comma-separated IDs)")
105
105
#endif
106
106
;
107
107
@@ -227,7 +227,7 @@ int main(int argc, LPCTSTR* argv)
0 commit comments