Skip to content

Commit

Permalink
[GNA] Added gna specific benchmark options
Browse files Browse the repository at this point in the history
  • Loading branch information
admitriev-gna authored and dorloff committed May 21, 2020
1 parent 3990b4e commit 3071815
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inference-engine/src/gna_plugin/gna_plugin_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,6 @@ void Config::AdjustKeyMapValues() {
key_config_map[CONFIG_KEY(EXCLUSIVE_ASYNC_REQUESTS)] =
gnaFlags.exclusive_async_requests ? PluginConfigParams::YES: PluginConfigParams::NO;
key_config_map[GNA_CONFIG_KEY(PRECISION)] = gnaPrecision.name();
key_config_map[CONFIG_KEY(EXCLUSIVE_ASYNC_REQUESTS)] =
gnaFlags.exclusive_async_requests ? PluginConfigParams::YES: PluginConfigParams::NO;
key_config_map[GNA_CONFIG_KEY(PWL_UNIFORM_DESIGN)] =
gnaFlags.uniformPwlDesign ? PluginConfigParams::YES: PluginConfigParams::NO;
key_config_map[CONFIG_KEY(PERF_COUNT)] =
Expand Down

0 comments on commit 3071815

Please sign in to comment.