-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPU support #171
Comments
Actually ~2x speedup is close to the state-of-the-art for sparse solvers (this is what CHOLMOD gets on average). |
Sorry for the late response. To what extent can the problem-specific form of bundle adjustment improve upon the speed up of general-purpose sparse solvers? Could additional constraints (say, maximal number of observations per camera, or maximal number of cameras) improve upon this? |
Have you seen this? |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
What would it take to add basic GPU support for the sparse solver backend? How much of a benefit would this even be?
I have seen the OpenOF project but a ~2x speedup for switching to a GPU for linear solves did not inspire a lot of confidence in me.
The text was updated successfully, but these errors were encountered: