Skip to content

Commit f00012c

Browse files
committed
Apply review comments 2
1 parent d0ba653 commit f00012c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plugins/intel_cpu/src/nodes/executors/matmul_config.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ struct MatMulAttrs {
1818
bool withBias = false;
1919
bool weightsNonTransposed = false;
2020
bool sparseWeights = false;
21-
uint64_t dynamicQuantizationGroupSize = 0;
2221
bool constantWeights = false;
2322
bool fcSemantic = false;
2423

24+
uint64_t dynamicQuantizationGroupSize = 0;
25+
2526
// DQ scales for quantization
2627
std::vector<float> dqScales;
2728

0 commit comments

Comments
 (0)