Christian Kastner
Christian Kastner
> My suggestion would be to package ggml only as a library that other applications can use, it's not necessary to package the examples or tests. Thanks, I'll defer to...
GGML_CPU_ALL_VARIANTS can be made to work around this, in [llama #14080](https://github.com/ggml-org/llama.cpp/pull/14080#issuecomment-2961345550) @chaxu01 actually proposed limiting the variants built to only those supported by the compiler. @chaxu01, want to take a...
> Only allow compliers with full CPU supports Sure, that should also be considered. Adding the ability to build only variants that the compiler supports wouldn't be that hard, but...
I may have been over-eager, both maintainers already expressed leaning towards 1. (use the right compiler). I overlooked that, sorry
So we might have a use case after all: @mbaudier reported that GCC in Debian 12 (bookworm) also runs into this error. That means when we ship a package for...