Optimized Belief Propagation (CPU and GPU)
DriverCudaBp.cpp File Reference

Contains the main() function that drives the optimized CUDA belief propagation implementation evaluation across multiple input stereo sets and run configurations. More...

Include dependency graph for DriverCudaBp.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 Main() function that drives the optimized CPU belief propgation implementation evaluation across multiple input stereo sets and run configurations. Takes one input argument that corresponds to run name; recommended that run name include architecture that implementation is run on...if no input argument given run name is set to "CurrentRun". More...
 

Detailed Description

Contains the main() function that drives the optimized CUDA belief propagation implementation evaluation across multiple input stereo sets and run configurations.

Author
Scott Grauer-Gray

Definition in file DriverCudaBp.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Main() function that drives the optimized CPU belief propgation implementation evaluation across multiple input stereo sets and run configurations. Takes one input argument that corresponds to run name; recommended that run name include architecture that implementation is run on...if no input argument given run name is set to "CurrentRun".

Parameters
argc
argv
Returns
0 if successful, another number indicating error if not

Definition at line 48 of file DriverCudaBp.cpp.