-
Notifications
You must be signed in to change notification settings - Fork 293
[MIOpen] Cutoff perf for GenericSearch #1536
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
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
6115f17
add cutoff time for GenericSearch relative to worst case timing from …
cderb 02a92b9
remove const from execution context to allow message passing between …
cderb ca3384b
removing const modifiers
cderb a303d23
use context copy for ExecutePrimitive
cderb 4ab9fd1
Merge remote-tracking branch 'origin/develop' into users/cderb/tuning…
cderb f8e3c30
whitespace
cderb bbba8f6
adjust function signatures, corrections for cutoff updates
cderb 233cdcc
clang format
cderb 770f56f
Merge remote-tracking branch 'origin/develop' into users/cderb/tuning…
cderb 1352364
split cutoff time to best_time and worst_time
cderb 2d449a4
Merge branch 'develop' into users/cderb/tuning_cutoff
cderb a953883
Merge remote-tracking branch 'origin/develop' into users/cderb/tuning…
cderb 2362fd6
restore const to ExecutionContext, add mutable to search time fields
cderb a6ea744
add envs to modify GenericSearch skips
cderb 5c03cc8
Merge branch 'develop' into users/cderb/tuning_cutoff
cderb 7f78659
Merge branch 'develop' into users/cderb/tuning_cutoff
cderb a72cef3
Merge branch 'develop' into users/cderb/tuning_cutoff
cderb 2f548b2
format
cderb 9ef9664
format
cderb 0507b84
Merge branch 'develop' into users/cderb/tuning_cutoff
cderb 179b0d6
adjust tuning policy smoke test
cderb dc3b189
format
cderb 7e23c0a
Merge remote-tracking branch 'origin/develop' into users/cderb/tuning…
cderb e981caf
Merge branch 'develop' into users/cderb/tuning_cutoff
cderb 950c6aa
Merge remote-tracking branch 'origin/develop' into users/cderb/tuning…
cderb cc29aa9
Merge branch 'develop' into users/cderb/tuning_cutoff
cderb 5121522
Merge branch 'develop' into users/cderb/tuning_cutoff
cderb 8795a3a
switch to using env MIOPEN_SEARCH_CUTOFF
cderb b5ae9ab
Merge remote-tracking branch 'origin/develop' into users/cderb/tuning…
cderb f6fceac
stop populating perf_sols when unused
cderb 8477e12
Merge branch 'develop' into users/cderb/tuning_cutoff
cderb 3891835
Merge branch 'develop' into users/cderb/tuning_cutoff
cderb 6d06795
Merge branch 'develop' into users/cderb/tuning_cutoff
NolanHannaAMD 829793c
add skip mechanism to find loop
cderb 4cae3cb
order solver finders by performance
cderb c953669
Merge remote-tracking branch 'origin/develop' into users/cderb/find_c…
cderb 330cc6c
Search cutoff option for solver finders
cderb 01c280c
allow naives to be used when avg kernel time < 50ns
cderb ecffb43
Merge remote-tracking branch 'origin/users/cderb/find_cutoff2' into u…
cderb f881198
Merge branch 'users/cderb/find_cutoff' into users/cderb/tuning_cutoff
cderb 3842a09
Merge remote-tracking branch 'origin/develop' into users/cderb/tuning…
cderb 07d595a
add doc reference to MIOPEN_SEARCH_CUTOFF
cderb 315e14a
format
cderb 8fd6c42
Merge branch 'develop' into users/cderb/tuning_cutoff
JonathanLichtnerAMD 30046e1
Change upcoming branch from 8.0.0 to 7.11.0
JonathanLichtnerAMD ee01369
Update the changelog for this new tuning cutoff option
JonathanLichtnerAMD 873632c
Fixed an issue where an error would be displayed when generic search …
NolanHannaAMD fccb9d6
Fixing some clang-format errors.
NolanHannaAMD 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.