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

Clarification on MMA0 Results Handling in the Latest Code #1448

Open
ziyuhuang123 opened this issue Jan 16, 2025 · 1 comment
Open

Clarification on MMA0 Results Handling in the Latest Code #1448

ziyuhuang123 opened this issue Jan 16, 2025 · 1 comment

Comments

@ziyuhuang123
Copy link

I noticed that the latest code includes Mma1_is_RS. Does this imply that the results of MMA0 might be stored in shared memory (smem) and then loaded back into registers for mma1? I remember that in previous versions, the results were directly reused in registers.

@tridao
Copy link
Member

tridao commented Jan 18, 2025

If Mma1_is_RS==false then the output of MMA0 is stored to smem and used directly by Mma1 without loading to registers. It's just an option to reduce register usage.

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

2 participants