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

Added ScaLAPACK wrappers #10

Merged
merged 48 commits into from
Jul 19, 2019
Merged

Added ScaLAPACK wrappers #10

merged 48 commits into from
Jul 19, 2019

Conversation

kabicm
Copy link
Collaborator

@kabicm kabicm commented Jul 9, 2019

Added ScaLAPACK wrappers, i.e. COSMA backend for matrices given in ScaLAPACK data layout.

This is less efficient than using cosma::multiply which would directly use the optimal COSMA layout, because here we pay the price of transforming matrices between scalapack and COSMA data layout, but is convenient as it provides exactly the same signatures as ScaLAPACK, which is widely used.

kabicm and others added 30 commits July 2, 2019 15:09
…k as a dependency from src/cosma, used only in miniapp/pgemm-miniapp.
@kabicm kabicm merged commit 1126c73 into master Jul 19, 2019
@kabicm kabicm deleted the features/pdgemm_wrapper branch February 28, 2020 00:30
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

Successfully merging this pull request may close these issues.

2 participants