Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect usage of plasma_dlaswp() #1

Open
ianwashington opened this issue Sep 24, 2019 · 0 comments
Open

incorrect usage of plasma_dlaswp() #1

ianwashington opened this issue Sep 24, 2019 · 0 comments

Comments

@ianwashington
Copy link

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant