-
Notifications
You must be signed in to change notification settings - Fork 295
[MIOpen] Address some leftover issues from the Batchnorm tuning API #911
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
JonathanLichtnerAMD
merged 61 commits into
develop
from
import/develop/ROCm_MIOpen/ddu_bmorm-tune-api
Oct 24, 2025
Merged
Changes from all commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
24d5da5
Implemented an API way to set find enforce value for non find2 calls
c5984ac
Added some static_asserts to validate enum cast is safe
1c83506
Added a getter for tuning policy
d91bbcf
use getters and setters
bghimireamd 1bb56f4
Merge branch 'develop' of github.com:ROCm/MIOpen into ddu/bmorm-tune-api
bghimireamd 5c179dc
add tuning policy gtest
bghimireamd 65c960f
add bad case too
bghimireamd 0d8bb32
fix gtest naming policy
bghimireamd c03c7c4
fix gtest name
bghimireamd 9a4a9f0
make tuning policy same as miopen_find_enforce
bghimireamd 6656acd
fixed comments
bghimireamd 2253ba5
fix more comments
bghimireamd f873ebc
fixed var name
bghimireamd f9e3e38
Merge branch 'develop' of github.com:ROCm/MIOpen into ddu/bmorm-tune-api
bghimireamd 88b28d0
add more test, dbupdate (2) now skips the perdb load and does the tun…
bghimireamd aca6b6e
fix test typo
bghimireamd bbe2b0b
Merge branch 'develop' into ddu/bmorm-tune-api
xinlipn 4c67d57
Merge branch 'develop' of github.com:ROCm/MIOpen into ddu/bmorm-tune-api
bghimireamd 4e68543
fix gtest error
bghimireamd 1abfb47
Merge branch 'ddu/bmorm-tune-api' of github.com:ROCm/MIOpen into ddu/…
bghimireamd 6756c64
Merge branch 'develop' of github.com:ROCm/MIOpen into ddu/bmorm-tune-api
bghimireamd dec88d5
Merge branch 'develop' into ddu/bmorm-tune-api
BradPepersAMD dd72739
Merge commit 'dec88d5df0d2649f78f40b58bfa58a326279202b' into import/d…
assistant-librarian[bot] dc04574
Merge branch 'develop' into import/develop/ROCm_MIOpen/ddu_bmorm-tune…
xinlipn a7a4e04
Merge branch 'develop' into import/develop/ROCm_MIOpen/ddu_bmorm-tune…
xinlipn fd9a070
Merge branch 'develop' into import/develop/ROCm_MIOpen/ddu_bmorm-tune…
xinlipn 8ac7e86
Merge branch 'develop' into import/develop/ROCm_MIOpen/ddu_bmorm-tune…
bghimireamd d967e80
Merge branch 'develop' into import/develop/ROCm_MIOpen/ddu_bmorm-tune…
xinlipn dee5e8c
Merge branch 'develop' into import/develop/ROCm_MIOpen/ddu_bmorm-tune…
xinlipn b79fcb4
Merge branch 'develop' into import/develop/ROCm_MIOpen/ddu_bmorm-tune…
JonathanLichtnerAMD 433eca3
Remove unneeded DbUpdate check in IsSearch
JonathanLichtnerAMD a90a78f
Reformat miopenTuningPolicy_t definition
JonathanLichtnerAMD 5743774
Rearrange ordering of api/tuning.cpp
JonathanLichtnerAMD 374844d
Add a few additional unit tests for the miopen tuning policy
JonathanLichtnerAMD 1b307fa
Add a --tuning_policy option to MIOpenDriver for batchnorm
JonathanLichtnerAMD 6235996
Add a --tuning_policy option to MIOpenDriver for conv
JonathanLichtnerAMD 14cfa6e
Add an unreleased section at the top of the changelog
JonathanLichtnerAMD c13db8e
Update the changelog for miopenSetTuningPolicy
JonathanLichtnerAMD bf7ced3
Update the comment for miopenTuningPolicy_t
JonathanLichtnerAMD ccf3108
A few tweaks to the miopenTuningPolicy_t documentation
JonathanLichtnerAMD cb2f46e
Fix documentation for default find mode
JonathanLichtnerAMD eca46e7
Update the documentation for the new miopen tuning API
JonathanLichtnerAMD 86333dd
Update projects/miopen/CHANGELOG.md
JonathanLichtnerAMD 1554de6
Update projects/miopen/CHANGELOG.md
JonathanLichtnerAMD 0ff1648
Merge branch 'develop' into import/develop/ROCm_MIOpen/ddu_bmorm-tune…
JonathanLichtnerAMD 6fbba69
TMP: test
JonathanLichtnerAMD 578e7d5
Update the docs to indicate that batchnorm does not really support DB…
JonathanLichtnerAMD 1c6b8f8
Merge branch 'develop' into import/develop/ROCm_MIOpen/ddu_bmorm-tune…
JonathanLichtnerAMD d956167
Update projects/miopen/docs/conceptual/perfdb.rst
JonathanLichtnerAMD c3e9289
Merge branch 'develop' into import/develop/ROCm_MIOpen/ddu_bmorm-tune…
JonathanLichtnerAMD 6374fa8
Reformat code
JonathanLichtnerAMD 6fcf511
Update a unit test to work with this PR
JonathanLichtnerAMD a96f704
Put concrete versions in the changelog since the next version is 7.2
JonathanLichtnerAMD d0b72f4
Merge branch 'develop' into import/develop/ROCm_MIOpen/ddu_bmorm-tune…
JonathanLichtnerAMD e5ae59e
Merge branch 'develop' into import/develop/ROCm_MIOpen/ddu_bmorm-tune…
JonathanLichtnerAMD fd1d413
delete extra check
randyspauldingamd 6e71391
check that trying to set invalid does not modify value
randyspauldingamd 56546f1
clang-format
randyspauldingamd 61b0957
gtest class inheritance
randyspauldingamd 15815f4
Merge branch 'develop' of github.com:ROCm/rocm-libraries into import/…
JonathanLichtnerAMD 0eb0e62
Merge branch 'develop' into import/develop/ROCm_MIOpen/ddu_bmorm-tune…
JonathanLichtnerAMD 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
Some comments aren't visible on the classic Files Changed page.
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
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.