-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from eth-cscs/features/pdgemm_wrapper
Added ScaLAPACK wrappers, i.e. COSMA backend for matrices given in ScaLAPACK data layout. Observe that 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.
- Loading branch information
Showing
35 changed files
with
1,553 additions
and
203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.