Skip to content

Conversation

@MaheshRavishankar
Copy link
Collaborator

The conversion from Accumulated GEMM to a GEMM is a bit of anti-pattern. The accumulated GEMM is a more "native" operation since it is perfectly nested loop nest. That should be something we should be handling better, and not forcing it to go to the non-accumulated version that is breaking the "perfectly-nested"-ness of the computation (not to mention changing computation order).

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