We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528e9c1 commit ff69f1bCopy full SHA for ff69f1b
src/plugins/intel_npu/src/plugin/src/plugin.cpp
@@ -220,17 +220,15 @@ void Plugin::init_options() {
220
REGISTER_OPTION(TURBO);
221
REGISTER_OPTION(WORKLOAD_TYPE);
222
}
223
+ // register backend options
224
+ _backend->registerOptions(*_options);
225
226
227
// parse again env_variables to update registered configs which have env vars set
228
_globalConfig.parseEnvVars();
229
230
// filter out unsupported options
231
filter_config_by_compiler_support(_globalConfig);
-
- if (_backend) {
232
- _backend->registerOptions(*_options);
233
- }
234
235
236
void Plugin::filter_config_by_compiler_support(FilteredConfig& cfg) const {
0 commit comments