Skip to content

Commit

Permalink
config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antonvor committed Nov 3, 2022
1 parent 96341a3 commit 57b1223
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/intel_cpu/src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ void Config::readProperties(const std::map<std::string, std::string> &prop) {
if (val_f < 0.f || val_f > 1.f) {
IE_THROW() << "Wrong value for property key " << CPUConfigParams::KEY_CPU_EXPERIMENTAL_FC_SPARSE_WEI_DECOMPRESSION_RATE
<< ". Sparse rate must be in range [0.0f,1.0f]";
} else {
fcSparseWeiDecompressionRate = val_f;
}
} else if (key == PluginConfigParams::KEY_PERF_COUNT) {
if (val == PluginConfigParams::YES) collectPerfCounters = true;
Expand Down

0 comments on commit 57b1223

Please sign in to comment.