How to enable AVX512VL and AVX512_VNNI without full AVX512? #10349
Unanswered
OpenSourceAnarchist
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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