-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core] Split configuration for device and others in compile model #26977
Open
praasz
wants to merge
38
commits into
openvinotoolkit:master
Choose a base branch
from
praasz:split-config-in-compile-model
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+243
−125
Open
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
e10f512
Split configuration for device and others
praasz 32750d6
Fix call compile model with weights
praasz cdc5655
Remove modify core state in compile_model
praasz f9a2362
Remove not used variable
praasz b1387b2
Fix MSVC build error
praasz 4f33336
Auto-Batch remove prop validation to meta device
praasz a6ad92e
Add missing supported properties in Template
praasz ce4a5a0
Add parse only properties in auto-batch
praasz d9e02b9
Merge remote-tracking branch 'origin/master' into split-config-in-com…
praasz 945aab2
Template plugin sync supported properties
praasz a89eed8
CPU plugin sync supported properties
praasz 0426bda
Hetero plugin sync supported properties
praasz 8ae4d36
Make `parse_only_meta_device` member private
praasz 1220a36
Merge branch 'master' into split-config-in-compile-model
praasz 2a9b1e6
Merge branch 'master' into split-config-in-compile-model
praasz 327c93a
Remove not used parameter in function
praasz 82e337f
Merge branch 'master' into split-config-in-compile-model
praasz 45e270d
Merge branch 'master' into split-config-in-compile-model
praasz ec5b0cf
Merge branch 'master' into split-config-in-compile-model
praasz 837f633
Merge branch 'master' into split-config-in-compile-model
praasz cd5516b
Merge branch 'master' into split-config-in-compile-model
praasz 803b5c3
Merge branch 'master' into split-config-in-compile-model
praasz b7e1ea7
Merge branch 'master' into split-config-in-compile-model
praasz d9dfae2
Merge branch 'master' into split-config-in-compile-model
praasz fabdba5
Merge branch 'master' into split-config-in-compile-model
praasz 82b6c5c
Add kv_cache_precision as supported property by GPU
praasz 982b9e8
Merge branch 'master' into split-config-in-compile-model
praasz c1ffd36
Merge branch 'master' into split-config-in-compile-model
praasz ce822f7
Merge branch 'master' into split-config-in-compile-model
praasz 2772f3d
Filter core properties by using local core config
praasz 46c05ba
Revert changes
praasz 434b67f
Update `parseDeviceNameIntoConfig` to provide local core configuration
praasz 78b5226
Merge remote-tracking branch 'origin/master' into split-config-in-com…
praasz c0b700b
Fix issues after merge
praasz 7dc7b73
Clean core properties for HW devices in parseDeviceNameIntoConfig
praasz 9c7f13a
Add comment about cache_dir removal from compile config
praasz 511bb88
Re order code in core_impl.cpp
praasz ca0ba63
Merge branch 'master' into split-config-in-compile-model
praasz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be
operator=
either defined or deleted.