-
Notifications
You must be signed in to change notification settings - Fork 0
Batching #12
Copy link
Copy link
Open
Description
- Small problem, large batch (like 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels