Skip to content

Add DGMM in BLAS? #1178

@amontoison

Description

@amontoison

I was working on an implementation of LBFGS last week in MadNLP (nonlinear optimization solver in Julia) and I discovered that DGMM was only available on GPU (CUBLAS and rocBLAS).
For the implementation of LBFGS or just row / column scaling, it will be nice to have an implementation here in Reference-LAPACK.

DGMM performs A * D or D * A depending on a char side.
A is a dense matrix and D is the diagonal matrix where the diagonal coefficients are provided as a vector d.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions