You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
thank you for your great work, I am interested in it a lot. I have a question about parallelization. Is it possible to solve many ups at the same time, as mini baches in deep learning? Thank you.
The text was updated successfully, but these errors were encountered:
you could. but depending on your use case, relu-qp may or may not be what you are looking for. for general (batched) qp solvers on GPUs please checkout jax and pytorch implementations of the primal-dual interior-point method.
Hey,
thank you for your great work, I am interested in it a lot. I have a question about parallelization. Is it possible to solve many ups at the same time, as mini baches in deep learning? Thank you.
The text was updated successfully, but these errors were encountered: