We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ba653 commit f00012cCopy full SHA for f00012c
src/plugins/intel_cpu/src/nodes/executors/matmul_config.hpp
@@ -18,10 +18,11 @@ struct MatMulAttrs {
18
bool withBias = false;
19
bool weightsNonTransposed = false;
20
bool sparseWeights = false;
21
- uint64_t dynamicQuantizationGroupSize = 0;
22
bool constantWeights = false;
23
bool fcSemantic = false;
24
+ uint64_t dynamicQuantizationGroupSize = 0;
25
+
26
// DQ scales for quantization
27
std::vector<float> dqScales;
28
0 commit comments