Skip to content

Commit 03a3eb2

Browse files
Update onnxruntime/contrib_ops/cpu/nchwc_ops.h
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ed1dc8a commit 03a3eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/contrib_ops/cpu/nchwc_ops.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class NchwcConv final : public OpKernel {
4646
NchwcConv(const OpKernelInfo& info) : OpKernel(info), conv_attrs_(info) {
4747
ORT_ENFORCE(GetFusedActivationAttr(info, activation_).IsOK());
4848
mlas_backend_kernel_selector_config_.use_kleidiai =
49-
info.GetConfigOptions().GetConfigEntry(kOrtSessionOptionsMlasDisableKleidiai) != "1";
49+
info.GetConfigOptions().GetConfigEntry(kOrtSessionOptionsMlasDisableKleidiai) != "1";
5050
#if defined(__aarch64__) && defined(__linux__)
5151
auto config_ops = info.GetConfigOptions().GetConfigEntry(kOrtSessionOptionsMlasGemmFastMathArm64Bfloat16);
5252
use_fastmath_mode_ = (config_ops == "1") && MlasBf16AccelerationSupported();

0 commit comments

Comments
 (0)