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

Reschedule the matrix multiply performance app #8418

Merged
merged 2 commits into from
Sep 15, 2024

Conversation

abadams
Copy link
Member

@abadams abadams commented Sep 13, 2024

Someone was using this as a reference expert schedule, but it was stale and a bit simplistic for large matrices. I rescheduled it to get a better fraction of peak. This also now demonstrates how to use rfactor to block an sgemm over the k axis.

@alexreinking alexreinking merged commit 4d368bf into main Sep 15, 2024
4 of 19 checks passed
@alexreinking alexreinking deleted the abadams/reschedule_mat_mul_performance_test branch September 15, 2024 14:33
mcourteaux pushed a commit to mcourteaux/Halide that referenced this pull request Sep 15, 2024
Someone was using this as a reference expert schedule, but it was
stale and a bit simplistic for large matrices. I rescheduled it
to get a better fraction of peak. This also now demonstrates how
to use rfactor to block an sgemm over the k axis.
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.

2 participants