Skip to content

Misconfiguration of the CUDA solver for Ceres #20

@Bob-Eric

Description

@Bob-Eric

Ceres' CUDA solver supports only three dense solvers, which require the else statement to be removed.
Otherwise it will fall back to the default SPARSE_NORMAL_CHOLESKY linear solver, resulting in higher CPU usage.

options.dense_linear_algebra_library_type = ceres::CUDA;

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions