Expand description
Runtime CPU feature detection utilities.
Traits§
- AmxSupport
- Trait for querying runtime Intel AMX support for specific element types.
- Avx512
Support - Trait for querying runtime AVX-512 support for specific element types.
- FmaSupport
- Trait for querying runtime FMA (Fused Multiply-Add) support.
Functions§
- has_
avx_ vnni - 256-bit VEX-encoded AVX-VNNI (
vpdpbusd/vpdpwssdon YMM without AVX-512). - has_
fma3 - Global OnceLock-cached FMA3 probe.