-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GPU] POC for shared plugin config (#28667)
### Details: - Added common base class for plugin configuration and migration in GPU plugin. - New config defines options as typed members of config class which shall provide more efficient access to the value than AnyMap - Property setting is possible before finalization only which shall localize the point when config become immutable. - All config options may be read from environment as well as from json config file when OV is built w/ debug caps. - Debug and release options are defined and handled similarly now --------- Signed-off-by: Vladimir Paramuzov <vladimir.paramuzov@intel.com>
- Loading branch information
1 parent
398842a
commit ecc3477
Showing
115 changed files
with
2,216 additions
and
2,014 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.