8000 Strassen by amkatrutsa · Pull Request #4 · nntile/nntile · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Strassen #4

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Strassen #4

wants to merge 7 commits into from

Conversation

amkatrutsa
Copy link
Contributor

Add Strassen algorithm for matmul

Divide tensors into quaters by tile and conduct opertations between tiles using already implemented methods.
Does not work with leftover tile (i.e. if tiles of the tensor differ in their sizes).
By default strassen will be used.
If exception is thrown by strassen_check, GEMM is used instead.
By default strassen will be used.
If exception would be thrown by strassen_check due to leftover tile, GEMM is used instead.
@Muxas Muxas marked this pull request as ready for review September 3, 2024 08:21
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.

Operation: a single-level Strassen matrix multiplication
4 participants
0