pub const fn kernel_config_for(arch: CpuArch, op: OpClass) -> KernelConfigExpand description
Look up the canonical kernel config for (arch, op_class). The
table is const-evaluated so callers pay no lookup cost.
pub const fn kernel_config_for(arch: CpuArch, op: OpClass) -> KernelConfigLook up the canonical kernel config for (arch, op_class). The
table is const-evaluated so callers pay no lookup cost.