CBC with GPU processing #675
IanMoroney
started this conversation in
Ideas
Replies: 1 comment
-
The only competitive optimization solvers that exploit GPUs are the PDLP implementations, but they are a long way off being useful in the context of MIPs. These depend largely on efficient solution of related LPs - for which dual simplex is the only candidate, and it's not going to exploit GPUs any time soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering, considering the fact that CBC only uses CPU resources to calculate and optimise, would it be a good idea to be able to also leverage GPU resources to help with optimisation runs?
If CBC was able to utilise the GPU to run calculations on, in addition or instead of the CPU, i'd imagine it could run a lot quicker.
How feasible would something like this be from a code perspective?
Beta Was this translation helpful? Give feedback.
All reactions