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

dense-linear-algebra: Add support for SIMD instructions #64

Open
Magalame opened this issue Jun 30, 2019 · 0 comments
Open

dense-linear-algebra: Add support for SIMD instructions #64

Magalame opened this issue Jun 30, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed R&D: library Research and (re-)design a library component

Comments

@Magalame
Copy link
Contributor

Magalame commented Jun 30, 2019

SIMD instructions seem to be of great importance in the performances of a linear algebra library. The big question then is how to incorporate them to the rest of the library?

I've had some success with a fork of simd: https://github.com/Magalame/simd

Another question to solve would be how to:

@ocramz ocramz added enhancement New feature or request help wanted Extra attention is needed R&D: library Research and (re-)design a library component labels Jul 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed R&D: library Research and (re-)design a library component
Projects
None yet
Development

No branches or pull requests

2 participants