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

Code optimization questions/recomendations (SIMD support, LLVM version) #31

Closed
FFY00 opened this issue Jan 26, 2019 · 1 comment
Closed

Comments

@FFY00
Copy link

FFY00 commented Jan 26, 2019

Hello, I am planning to user mir-glas for a project that needs to quickly process a huge amount of data. Binary compatibility across multiple systems is not an issue, so we are free to use SIMD instructions. How is SIMD implemented in mir-glas? Do I need to enable anything special? And while I'm on it, what LLVM is recommended for the most performance? Any other thing I should have in mind?

Thank you,
Filipe

@9il
Copy link
Member

9il commented Jan 27, 2019

Hi Filipe,
Mir GLAS isn't supported anymore (just because I don't have time to implement all features).
You may want to use mir-blas (bindings to BLAS libraries like OpenBLAS or Intel MKL).
See also the wiki page https://github.com/libmir/mir-lapack/wiki/Link-with-CBLAS-&-LAPACK

@9il 9il closed this as completed Jan 28, 2019
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