- [ ] Small problem, large batch (like [BatchPDLP.jl](https://github.com/PSORLab/BatchPDLP.jl)) - [ ] Large problem, small batch - Mat-mat instead of mat-vec - One mat-vec per stream - [ ] Parametrizable grid size as in AcceleratedKernels.jl What do we batch? - [ ] Multiple starting points - [ ] Multiple constraint or variable bound RHS - [ ] Multiple objective vectors - [ ] Multiple constraint matrices with the same pattern Idea to have individual solves but running on views from the same matrix
What do we batch?
Idea to have individual solves but running on views from the same matrix