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

Some packages that can use multiple microarchitectures #2209

Open
5 tasks
giordano opened this issue Dec 2, 2020 · 7 comments
Open
5 tasks

Some packages that can use multiple microarchitectures #2209

giordano opened this issue Dec 2, 2020 · 7 comments

Comments

@giordano
Copy link
Member

giordano commented Dec 2, 2020

This is a collection of packages that could take advantage of the multi-microarchitectures support:

@ViralBShah
Copy link
Member

How about GMP and FFTW? I guess potentially even OpenBLAS could be compiled with microarch support.

@giordano
Copy link
Member Author

Libraries that use CPUID to select code for the target platform don't need this. I think all libraries you mentioned use them

@ViralBShah
Copy link
Member

ViralBShah commented Dec 20, 2020

Pretty sure that GMP and FFTW don't do that. But I can always be surprised. FFTW may not need it because it does codegen at runtime though.

@giordano
Copy link
Member Author

@giordano
Copy link
Member Author

First example of package doing multi-microarchitectures build: #4669

@ViralBShah
Copy link
Member

zlib-ng

@imciner2
Copy link
Member

Also, BLASFEO (currently only generic is packaged, but it has compile-time selection of the architectures).

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

3 participants