diff --git a/src/plugins/intel_cpu/src/nodes/executors/fullyconnected_implementations.cpp b/src/plugins/intel_cpu/src/nodes/executors/fullyconnected_implementations.cpp index ff965bc3fdc858..95cf22a77e7feb 100644 --- a/src/plugins/intel_cpu/src/nodes/executors/fullyconnected_implementations.cpp +++ b/src/plugins/intel_cpu/src/nodes/executors/fullyconnected_implementations.cpp @@ -90,7 +90,7 @@ static const TypeMapping aclFCTypeMapping { static const TypeMapping aclLowpFCTypeMapping { // {src, wei, bia, dst} pt - {{_i8, _i8, _any, _f32}, pt(bypass(), bypass(), just(), bypass())} + {{_i8, _i8, _any, _f32}, pt(bypass(), bypass(), use<3>(), bypass())} }; static const MappingNotation dnnlConvolutionMappingNotation {