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

LHS Registers Part 2 - Pipelining #19

Open
wants to merge 15 commits into
base: llvm-head
Choose a base branch
from

Conversation

ggengnv
Copy link

@ggengnv ggengnv commented Sep 23, 2024

(Part 1: #18)
Part 2 of "WGMMA with LHS operand in registers" feature.
Commits from 0f4faac "Initial changes for pipelining" onward are relevant to this part. The previous commits were for part 1.

This PR enables SMEM pipelining for WGMMA operand A when it's in RF. It is necessary to add this change to those in part 1 to actually achieve better performance.

@ggengnv
Copy link
Author

ggengnv commented Sep 23, 2024

Addressed all comments in the original PR that are relevant to part 2 (one comment) in this PR instead.

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