11 #ifndef SOLVER_INIT_CUH 12 #define SOLVER_INIT_CUH
void cleanup_solver(solver_memory **, solver_memory **)
void solver_log()
Executes solver specific logging tasks.
simple convenience file to include the correct solver properties file
size_t required_solver_size()
Returns the total size (in bytes) required for memory storage for a single GPU thread Used in calcula...
const char * solver_name()
Returns a descriptive solver name.
void initialize_solver(const int, solver_memory **, solver_memory **)
void init_solver_log()
Initializes solver specific items for logging.