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

AVX ISA Compatibility issue #123

Open
effrey-liu opened this issue May 21, 2024 · 0 comments
Open

AVX ISA Compatibility issue #123

effrey-liu opened this issue May 21, 2024 · 0 comments

Comments

@effrey-liu
Copy link

In buddy-benchmark project, set avx512f as default target architecture(which in buddy-benchmark/CMakeLists.txt: set(BUDDY_OPT_ATTR avx512f CACHE STRING "Target Architecture.")). But after Intel 12th gen CPU, AVX512f ISA was disabled.
For myself, I changed it to avx2 temporarily. Is there any versatile idea?

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

1 participant