-
Notifications
You must be signed in to change notification settings - Fork 86
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 Improvements #1551
Conversation
|
…ation; probabilistically verify beyond threshold size; add assertions and comments; improve verification output; add workaround comment for excessive program size
@jgmelber Kindly kick off the tests for this when you get a chance. I fixed a number of issues with the matmuls that slid by because the verification tolerance was a bit high. I reduced the tolerance, so let's see if the tests reveal more issues. |
@jgmelber Could you please kick off the CI again? TIA |
@andrej matrix_vector still needs to be fixed, the rest look okay |
@jgmelber Hopefully this will pass now |
@jgmelber Could you kick off the tests on this please? |
Looks like tests pass but I forgot to format. Another try please @jgmelber ? |
[AIE ERROR] _XAie_LoadProgMemSection():230: Overflow of program memory
e.g. for size M=768 K=768 N=256 iffifo_depth>1
)cc @jgmelber