You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run-time multi-version selection support for tune CPU
Support encoding the tune cpu for the purposes of multi-versioning
Host CPU auto-detection (ideally, don't duplicate the code to do that)
Exact match
Fallback in case of no exact match (???)
Support targeting the CPU (LLVM tune+halide features) by just the CPU name, similarly to -march=<...> (!!!)
Support precisely targeting the CPU (LLVM target-cpu + LLVM target-features + halide features) by just the CPU name, exactly what -march=<...> does (!!!!!!)
Support encoding the target cpu for the purposes of multi-versioning
This is mostly a meta-issue to track sub-issues.
-mtune=/-mcpu=support for x86 AMD CPU's #6655)-mtune=/-mcpu=support for x86 AMD CPU's #6655)-mtune=nativeCPU autodetection for AMD Zen 3 CPU #6648)get_amd_processor(): implement detection for the rest of supported AMD CPU's #6711)-march=<...>(!!!)target-cpu+ LLVMtarget-features+ halide features) by just the CPU name, exactly what-march=<...>does (!!!!!!)