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

CPU architecture selection in blis project #24

Open
lamikr opened this issue May 30, 2024 · 1 comment
Open

CPU architecture selection in blis project #24

lamikr opened this issue May 30, 2024 · 1 comment

Comments

@lamikr
Copy link
Owner

lamikr commented May 30, 2024

In BLIS project the cpu architecture is now configured to ZEN2. (Configure option before build)
Should the BLIS build script check the CPU architecture really in use and change that option?

@jeroen-mostert
Copy link
Contributor

Of note is that if you have a Zen 4 CPU, you're out of luck, as BLIS has no support yet, only the AMD fork (AOCL-BLAS) does (flame/blis#770). Depending on what uses BLIS, we may also just get away with compiling it generically, as performance should still be decent. This also aids cross-platform/cloud builds, but we would need a bit more work regardless for those -- right now lots of things still assume we're compiling/optimizing for the build system, and while nothing should outright break, it seems likely performance is not necessarily going to be optimal.

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