A large scale non-linear optimization library
1–10 of 34 posts
Re: A large scale non-linear optimization library
#2Re: A large scale non-linear optimization library
#3For all of the success applying GPUs to optimization problems in ML, why don't any of the common optimization packages seem to support GPU acceleration?
Re: A large scale non-linear optimization library
#4For all of the success applying GPUs to optimization problems in ML, why don't any of the common optimization packages seem to support GPU acceleration?
Less users. Smaller matrices.
Re: A large scale non-linear optimization library
#5Re: A large scale non-linear optimization library
#6For all of the success applying GPUs to optimization problems in ML, why don't any of the common optimization packages seem to support GPU acceleration?
Ceres can use GPUs for some solver bits too, I believe.
Re: A large scale non-linear optimization library
#7For all of the success applying GPUs to optimization problems in ML, why don't any of the common optimization packages seem to support GPU acceleration?
Re: A large scale non-linear optimization library
#8For all of the success applying GPUs to optimization problems in ML, why don't any of the common optimization packages seem to support GPU acceleration?
Re: A large scale non-linear optimization library
#9Earlier quoted context omitted.
Less users. Smaller matrices.
There are a lot of large-scale optimization problems in industry that are still compute bound. Currently available solvers are either single threaded on the CPU, or offer "parallelism" by running copies of the same problem on multiple threads, but with different initial conditions in hopes that one happens to converge faster.