Skip to content

Batching #12

@gdalle

Description

@gdalle
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions