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

Feature request: Support in-place matmul accumulate operations #129

Open
wingertge opened this issue Sep 18, 2024 · 0 comments
Open

Feature request: Support in-place matmul accumulate operations #129

wingertge opened this issue Sep 18, 2024 · 0 comments

Comments

@wingertge
Copy link
Contributor

Feature request

Add support for in-place (and maybe not in place) methods of matmul accumulate operations. This would allow speeding up certain algorithms by keeping a running accumulator between matmul invocations.
This feature would require an option to load the out buffer to the CMMA accumulator matrices, rather than zeroing them out.

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

No branches or pull requests

1 participant