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

Matrix Multiplication: Cmma Matrix Double Buffering #358

Open
nathanielsimard opened this issue Dec 9, 2024 · 0 comments
Open

Matrix Multiplication: Cmma Matrix Double Buffering #358

nathanielsimard opened this issue Dec 9, 2024 · 0 comments

Comments

@nathanielsimard
Copy link
Member

nathanielsimard commented Dec 9, 2024

Blocked by #357

The goal is to be able to create an array of matrix fragments. To do that we'll need to refactor the cmma::Matrix type to contain the ident, matrix shape and matrix kind:

MatrixFrag<FragC, (f16, f16, f32), (16, 16, 16), Accumulator>

With that we'll be able to create an array like that:

let mut rhs_frags = Array<MatrixFrag<FragB, (f16, f16, f32), (16, 16, 16), RowMajor>>::new(2);
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

No branches or pull requests

1 participant