Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Remove (or fix memory usage of) strassen multiplication #57

Open
OlivierSohn opened this issue Mar 20, 2018 · 1 comment
Open

Remove (or fix memory usage of) strassen multiplication #57

OlivierSohn opened this issue Mar 20, 2018 · 1 comment

Comments

@OlivierSohn
Copy link

While working on #56, I saw that for every testable matrix size, multStrassen is /much/ slower than any other multiplication method. Also, for sizes > 256, the benchmark cannot finish because the memory used is too much (I saw the binary hang and use > 4GB).

Maybe there is a space leak somewhere that should be fixed, or if the algorithm is inherently slow, it could be removed from the API to not confuse the users.

@OlivierSohn
Copy link
Author

Maybe a way to fix memory usage could be to implement this

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

No branches or pull requests

1 participant