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

Experiment with writing a custom matmul() to speed up calculations on small matrices #67

Open
2 tasks
rouson opened this issue Jul 25, 2019 · 0 comments
Open
2 tasks
Assignees

Comments

@rouson
Copy link
Contributor

rouson commented Jul 25, 2019

This effort should be undertaken only if linking to the optimized library versions investigated issue #66 does not reduce runtimes.

Most calls to matmul() in the computationally intensive kernels are for small matrices. These may not benefit from the compiler's implementation of matmul or linking to and calling BLAS or other library versions.

  • Write simple & possibly naive inline matmul() using loops
  • Experiment with loop optimization strategies (unrolling, fusion, inversion, etc.) & index ordering
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

2 participants