-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
OV Performance Hints (CPU and GPU logic for selecting the actual configs), while AUTO/MULTI are passing them thru) #6993
Merged
Merged
Changes from 40 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
6fa8ba2
rebasing the perf-modes-2021.3 to the 2021.4
myshevts 279897a
overriding streams (to force the TPUT mode to the DLBenchnark)
myshevts c491513
disabling reducing #streams to fully mimic baseline c4df94d42d90a2bc3…
myshevts 291c7be
clang/identation
myshevts f87a06a
splitting the Transformation to general and CPU specific.
myshevts 4bb9e3a
disabling GRU/LSTM/TI + reducing of streams + 5D considered compute-l…
myshevts 77c8d2d
refactored to avoid compute_limited_ratio, reverted the reducing #str…
myshevts 6740211
isa-based threshold logic
myshevts 2e53ea2
mode->hint
myshevts 19fb1a3
optional PERFORMANCE_HINT_NUM_REQUESTS
myshevts e39a5d0
moving the perfHints to the common OV config class + initial tests (C…
myshevts b682c2c
AUTO support for PerfHints
myshevts af2a649
MULTI support for PerfHints
myshevts 3192d88
Enabling Perf hints for the GPU plugin
myshevts 32dba28
brushing settings output a bit
myshevts 0444c63
disabling "throughput" perf hint being default (until OV 2.0)
myshevts b35be3d
uncommenting the logic which was disabled to force the DLBenchmark to…
myshevts 8326811
removing dead and experimental code, and debug printfs
myshevts d54e768
clang/code-style
myshevts b8fcac3
code-review remarks
myshevts 9c38dd7
Moved the output of the actual params that the hint produced to the r…
myshevts 0ab4c41
aligning MULTI's GetConfig beh to HETERO's as captured in the preso (…
myshevts b668094
clang
myshevts b164db1
benchmark_app brushing
myshevts 6f97186
Update inference-engine/samples/benchmark_app/README.md
myshevts 1b12d6c
Update inference-engine/samples/benchmark_app/README.md
myshevts da50156
Update inference-engine/samples/benchmark_app/README.md
myshevts 40d87a2
Update inference-engine/samples/benchmark_app/README.md
myshevts 6f4892d
Update inference-engine/samples/benchmark_app/README.md
myshevts 91e725c
Update inference-engine/samples/benchmark_app/README.md
myshevts 2487cdb
Update inference-engine/samples/benchmark_app/README.md
myshevts bd87e13
Update inference-engine/samples/benchmark_app/benchmark_app.hpp
myshevts 48bded4
Update inference-engine/samples/benchmark_app/benchmark_app.hpp
myshevts faed6b5
Update inference-engine/samples/benchmark_app/README.md
myshevts 936ab38
propagating the perf hints thru one more scenario in the merged AUTO-…
myshevts 0ad4908
Merge remote-tracking branch 'github/master' into perf-hints-master
myshevts cdc0655
Merge remote-tracking branch 'github/master' into perf-hints-master
myshevts 299768b
fixed mispint
myshevts 3796c94
Python benchmark_app update for perf hints
myshevts f02f9bf
addresssing reviewers comments on the python benchmark_app
myshevts 11be133
simplifying/brushing logic a bit
myshevts 6af6358
refactor the heuristic to the separate file (to be shared with iGPU s…
myshevts 6dd369b
refactor conversion of modes to the specific GPU config per feedback …
myshevts 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
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
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.