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

[WIP][TEST] Mat mul whole array implementation using tiler helper tools #1924

Draft
wants to merge 145 commits into
base: main
Choose a base branch
from

Conversation

hunhoffe
Copy link
Collaborator

@hunhoffe hunhoffe commented Nov 15, 2024

The changes to mat mul whole array in #1870 did not change implementation of the design at all, they just added some hooks to help with visualization.

The implementation changes in this PR actually use the TensorTiler2D to generate offsets/sizes/strides in a new copy of the mat mul whole array design.

This is useful for comparing how the code looks in each approach, but also the B tiles produced by the tiler are functionally equivalent to the B tiles produced by the original design, but the sizes/strides are different. I plan to use this branch to benchmark if the difference results in any performance changes between the two implementations.

I don't think this will be suitable for merge as-is because it may make the CI take too long to run multiple tests on both versions. However, I want to run CI tests to check my implementation so I'm creating a PR.

@hunhoffe hunhoffe changed the title [WIP, TEST] Mat mul whole array implementation using tiler helper tools [WIP][TEST] Mat mul whole array implementation using tiler helper tools Nov 15, 2024
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.

1 participant