-
Notifications
You must be signed in to change notification settings - Fork 15
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
Documentation for the package #66
Comments
@andreasnoack Could you list in the README, the current set of capabilities available in the package, and a sort of quick roadmap of the next set of things to add? This will help people pick up the project. |
i'd love for performance guidance right on top of when an svd from elemental might be beneficial --- example a statement that suggests that at least on one machine with 16 processors, we found a performance increase over lapack with mkl and open blas..... and if there is a way others can add performance anecdotes in a useful way... |
Julia with MKL for SVD:
With Elemental using 20 processors on a single box using the example in the README:
|
I'm a little surprised by this. Would it be easy to try MKL's |
LAPACK+OpenBLAS (the julia default) is 170s. Should be easy to try |
Filing a help needed issue to put together Documenter based documentation for this package.
The text was updated successfully, but these errors were encountered: