pub fn select_impl(policy: &KernelPolicy) -> KernelImplExpand description
Resolve the implementation for a batch from policy.
Selection order:
force_scalar, or neither portable nor arch allowed →KernelImpl::Scalarallow_arch_simdand compiledsimd-runtimeand CPU support →KernelImpl::ArchSimdallow_portable_optimized→KernelImpl::PortableOptimized- else →
KernelImpl::Scalar