Skip to content

benchmark more blas/lapack functions #11

@ev-br

Description

@ev-br

Currently we benchmark:

BLAS level 1

  • ddot
  • ?nrm2
  • ?axpy

BLAS level 3

  • ?gemm
  • ?syrk

LAPACK:

  • ?gesv (linalg.solve)
  • ?gesdd (linalg.svd)
  • ?syev (linalg.eigh)

@martin-frbg suggested it'd be useful to add

  • ?gemv
  • ?gbmv

for the banded matrix-vector multiply, what is more interesting to scale: matrix size or the number of bands?


  • cdotc -- complex-valued BLAS level 1

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