[][src]Function onednn_sys::dnnl_get_effective_cpu_isa

pub unsafe extern "C" fn dnnl_get_effective_cpu_isa() -> dnnl_cpu_isa_t

Gets the maximal ISA the library can dispatch to on the CPU. See #dnnl_cpu_isa_t and #dnnl::cpu_isa for the list of the values returned by the C and C++ API functions respectively.

@sa @ref dev_guide_cpu_dispatcher_control for more details

@returns #dnnl_cpu_isa_t value reflecting the maximal ISA the library may dispatch to.