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

Extract shared SIMD kernels into simd_generic module #352

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

robertknight
Copy link
Owner

Make the structure of the gemm::kernels entry point a bit easier to follow by moving the simd_* functions into a submodule that is imported by the various architecture-specific modules.

Make the structure of the `gemm::kernels` entry point a bit easier to follow by
moving the `simd_*` functions into a submodule that is imported by the various
architecture-specific modules.
@robertknight robertknight merged commit 09b7be8 into main Sep 11, 2024
2 checks passed
@robertknight robertknight deleted the extract-simd-generic-module branch September 11, 2024 09:41
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