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

[MatMul][WIP] MatMul epilog support: share memory reuse #1979

Open
wants to merge 10 commits into
base: misc_minor_codgen_change
Choose a base branch
from

Conversation

shmsong
Copy link

@shmsong shmsong commented Sep 13, 2022

This PR makes the update needed to reuse the shared memory in epilog for epilog fusion as well as coalesced global memory store.

Most matmul main loops have high shared memory usage so re-using the allocated shared memory stage is necessary in most cases.

@csarofeen csarofeen changed the title WIP: [Not ready for review] Matmul epilog support: share memory reuse [MatMul][WIP] MatMul epilog support: share memory reuse Oct 19, 2022
@zasdfgbnm zasdfgbnm mentioned this pull request Feb 28, 2023
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.

1 participant