Skip to content

Conversation

AviralGoelAMD
Copy link
Collaborator

@AviralGoelAMD AviralGoelAMD commented Sep 26, 2025

Proposed changes

In #2923, We introduce MultiD feature into grouped_gemm example. The feature was limited to grouped_gemm using non-persistent kernel for both single and double shared memory. In this PR, we extend the feature with option to use persistant kernel. This option can be triggered from GemmConfig struct in .hpp

This PR requires #2923 to merged into develop

Checklist

Please put an x into the boxes that apply. You can also fill these out after creating the PR. If you're not sure, please don't hesitate to ask.

  • I have added tests relevant to the introduced functionality, and the unit tests are passing locally
  • I have added the test to REGRESSION_TESTS list defined at the top of CMakeLists.txt in tests/CMakeLists.txt, IF the test takes more than 30 seconds to run.
  • I have added inline documentation which enables the maintainers with understanding the motivation
  • I have removed the stale documentation which is no longer relevant after this pull request
  • (If this change is user-facing) I have added release notes which provide the end users with a brief summary of the improvement from this pull request
  • I have run clang-format on all changed files
  • Any dependent changes have been merged
    Yes, if Integrate Multi D GEMMs into Grouped GEMMs along with unit tests #2923 is merged.

Copy link
Contributor

@spolifroni-amd spolifroni-amd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small changes are needed in the readme

@AviralGoelAMD AviralGoelAMD force-pushed the aviralgoel/grouped_gemm_persistant_multid branch from 11d05e5 to 8c58908 Compare September 26, 2025 19:17
@AviralGoelAMD AviralGoelAMD changed the title Extend Grouped GEMM with MultiD (Single Shared Memory) feature to use persistent kernel option Extend Grouped GEMM with MultiD (Single & Double Shared Memory) feature to use persistent kernel option Sep 26, 2025
@AviralGoelAMD
Copy link
Collaborator Author

CI passed

@illsilin illsilin merged commit bebf0e9 into develop Sep 29, 2025
42 of 46 checks passed
@illsilin illsilin deleted the aviralgoel/grouped_gemm_persistant_multid branch September 29, 2025 22:03
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.

5 participants