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

[Question] Is there any plans to support fp8 batched matmul (_scaled_bmm) #781

Open
leeeizhang opened this issue Aug 30, 2024 · 0 comments
Labels

Comments

@leeeizhang
Copy link

The currently fp8 kernel can only support standard matmul (A~[M, K], B~[K, N]), however, MoE usually implemented as a batched matmul (A~[B, M, K], [B, K, N]) where B is the size of expert, and the current fp8 linear does not support this batched matmul. So I am wondering is there any plan to support the fp8 batched matmul?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants