commit: fd3139ceaa0414331c8d98c8419421f656ae9655 Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Mon Mar 31 22:05:40 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Mon Mar 31 22:05:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd3139ce
profiles/desc: add cpu_flags for ollama Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> profiles/desc/cpu_flags_x86.desc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/profiles/desc/cpu_flags_x86.desc b/profiles/desc/cpu_flags_x86.desc new file mode 100644 index 000000000..5733ef8ff --- /dev/null +++ b/profiles/desc/cpu_flags_x86.desc @@ -0,0 +1,11 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Whenever the flag name does not correspond to /proc/cpuinfo flags, +# please put the cpuinfo flag in square brackets. If more than one flag +# is specified, any of them will enable the respective USE flag. + +amx_bf16 - Use Advanced Matrix Extensions BFloat16 instruction set +amx_tile - Use Advanced Matrix Extensions Tile Matrix Multiply Instruction set +amx_int8 - Use Advanced Matrix Extensions INT8 instruction set +avx_vnni - Use VEX-coded vector neural network instructions for 8- and 16-bit multiply-add operations