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

Improve support for the microkernel matmul path #435

Open
newling opened this issue Jun 17, 2024 · 0 comments
Open

Improve support for the microkernel matmul path #435

newling opened this issue Jun 17, 2024 · 0 comments

Comments

@newling
Copy link
Contributor

newling commented Jun 17, 2024

This task description needs improvement but essentially we should do these in order:

  1. Improve error messages for cases we don't currently support (example: inner-most tiling of operands not having 64 elements each),

  2. improve set of supported cases: different strides, smaller tiles in core memory, etc.

This is related to issue: Xilinx/mlir-aie#1478

Currently we have to be very careful when tiling our matmul that the inner loop has the right matmul shape and striding, otherwise the numerics go haywire.

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