Skip to content

Conversation

@airMeng
Copy link
Collaborator

@airMeng airMeng commented Oct 17, 2025

  • moe scatter and gather update to the latest main
  • cutlass based MoE GEMM

@airMeng airMeng marked this pull request as draft October 22, 2025 09:01
@airMeng airMeng force-pushed the moe branch 4 times, most recently from 6589915 to 0004dab Compare October 28, 2025 08:47
}
};

void moe_grouped_mm_nt(
Copy link

@sanchitintel sanchitintel Oct 29, 2025

Choose a reason for hiding this comment

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

From BLAS perspective, this one's actually tt. That might confuse some folks.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes I will align with cutlass side later

Choose a reason for hiding this comment

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

Sorry, I wasn't referring to cutlass convention. I meant that the terms nt, tt etc. are BLAS convention.
cutlass uses terms such as K-major, etc. instead.

If A is [M, K] with strides [K, 1], then BLAS still considers it transposed, and uses the notation t for it.

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