We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dbabb9 commit 6086e88Copy full SHA for 6086e88
src/plugins/intel_cpu/src/nodes/executors/fullyconnected_implementations.cpp
@@ -46,7 +46,7 @@ static const TypeMapping dnnlFCTypeMapping {
46
{{_f32 | _bf16 | _f16, _any, _any, _i8 | _u8}, pt(bypass(), bypass(), use<0>(), use<0>())},
47
// compresses float weights which do not match input data precision
48
{{_f32, _half_float, _any, _any | _any}, pt(bypass(), bypass(), use<0>(), use<0>())},
49
- {{_bf16, _f16, _any, _any | _any}, pt(bypass(), bypass(), use<0>(), use<0>())},
+ {{_bf16, _f16 | _f32, _any, _any | _any}, pt(bypass(), bypass(), use<0>(), use<0>())},
50
{{_f16, _bf16, _any, _any | _any}, pt(bypass(), bypass(), use<0>(), use<0>())},
51
// quantization configuration (@todo more strict requrements for output precision?)
52
{{_u8 | _i8, _i8, _any, _any}, pt(bypass(), bypass(), bypass(), use<3>())},
0 commit comments