We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1dc8a commit 03a3eb2Copy full SHA for 03a3eb2
onnxruntime/contrib_ops/cpu/nchwc_ops.h
@@ -46,7 +46,7 @@ class NchwcConv final : public OpKernel {
46
NchwcConv(const OpKernelInfo& info) : OpKernel(info), conv_attrs_(info) {
47
ORT_ENFORCE(GetFusedActivationAttr(info, activation_).IsOK());
48
mlas_backend_kernel_selector_config_.use_kleidiai =
49
- info.GetConfigOptions().GetConfigEntry(kOrtSessionOptionsMlasDisableKleidiai) != "1";
+ info.GetConfigOptions().GetConfigEntry(kOrtSessionOptionsMlasDisableKleidiai) != "1";
50
#if defined(__aarch64__) && defined(__linux__)
51
auto config_ops = info.GetConfigOptions().GetConfigEntry(kOrtSessionOptionsMlasGemmFastMathArm64Bfloat16);
52
use_fastmath_mode_ = (config_ops == "1") && MlasBf16AccelerationSupported();
0 commit comments