How to enable AVX512VL and AVX512_VNNI without full AVX512? #10349
Unanswered
OpenSourceAnarchist
asked this question in
Q&A
Replies: 1 comment
-
You can go into the build directory and use 'ccmake' command to set individual options, then 'c' to configure and 'g' to generate your modified cmake config. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm customizing the build scripts for my local machines. Intel Cascade Lake - present all support AVX512VL and AVX512_VNNI instructions, but they don't all have full AVX512 support.
In the GitHub Actions build.yml:
and later:
Is there a simple way to limit this and force just AVX512VL and AVX512_VNNI? I've never used CMake or even GH Actions before... perhaps this could be an enhancement/feature request if it isn't trivial. I appreciate any help or guidance, and thank you for giving inference to the masses <3
Beta Was this translation helpful? Give feedback.
All reactions