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

Improve small-ish matrices #10

Open
cbouilla opened this issue Sep 17, 2021 · 2 comments
Open

Improve small-ish matrices #10

cbouilla opened this issue Sep 17, 2021 · 2 comments

Comments

@cbouilla
Copy link
Collaborator

@malb said: Our performance for * 64x64 times 64x1, * 64x64 times 64x64 and * Nx64 times 64x64 matrix multiplication is embarrassingly bad. We must improve performance here, probably by using code by Emmanuel Thomé who worked on these dimensions quite a bit.

@cbouilla
Copy link
Collaborator Author

matops.txt

The attached file matops.c contains a variety of matrix multiplication routines by Emmanuel Thomé. Many of these routines do considerably better than we do. The file says LGPL but we have permission from the author to re-license what we need as GPL.

@cbouilla
Copy link
Collaborator Author

We should also look at CADO-NFS (linear algebra step), where there might be more up-to-date code.

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

No branches or pull requests

1 participant