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

Add MN Looping #1442

Draft
wants to merge 23 commits into
base: develop
Choose a base branch
from
Draft

Add MN Looping #1442

wants to merge 23 commits into from

Conversation

zjing14
Copy link
Contributor

@zjing14 zjing14 commented Aug 5, 2024

No description provided.

@zjing14 zjing14 requested a review from a team as a code owner August 5, 2024 19:29
@zjing14 zjing14 marked this pull request as draft August 5, 2024 19:29
@@ -144,6 +144,11 @@ struct DeviceGemm_Xdl_CShuffleV3 : public DeviceGemmV2<ALayout,
index_t gdx, gdy, gdz;
std::tie(gdx, gdy, gdz) = GridwiseGemm::CalculateGridSize(arg.M, arg.N, arg.KBatch);

const index_t num_CUs = 304 * 2;
Copy link
Collaborator

Choose a reason for hiding this comment

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

The number of available CUs should be retrieved from device properties.

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.

3 participants