If I have 10,000 instances of a quadratic program, what is the fastest way to solve these programs?
For loop
Parallelizing over CPU threads
- Does this even do anything?
GPU parallelization as far as I can tell, is not available.
If I have 10,000 instances of a quadratic program, what is the fastest way to solve these programs?
For loop
Parallelizing over CPU threads
GPU parallelization as far as I can tell, is not available.
Parallelizing over CPU threads
This will work. Also depends on the license you have. I think Mosek's license supports multiple Mosek instances on the same machine. For Gurobi, if you have a standalone Gurobi license then it also supports CPU parallelization.