Skip to content

incorrect usage of plasma_dlaswp() #1

@ianwashington

Description

@ianwashington

In file ParSHUM_dense.c line 179, usage of plasma_dlaswp() is incorrect.

From PLASMA docs (or any other lapack version) the function signature for laswp is:
int PLASMA_dlaswp( int N, double *A, int LDA, int K1, int K2, const int *IPIV, int INCX);

A "possible" correct usage (in this context) may be:
plasma_dlaswp(BB_cols, &self->val[(self->n-BB_cols) * self->m], self->m, 1, self->m, self->pivots, 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