-
Notifications
You must be signed in to change notification settings - Fork 156
[MIOpen] bugfix: Conv 3d AI kernel tuning; kernel does not exist #1748
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
amd-bartgips
merged 51 commits into
develop
from
silo/bugfix/3d-conv-kernel-does-not-exist
Oct 22, 2025
Merged
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
4f85095
Fixed init of valid_kernels to take GetAlphaBetaCase into account
amd-bartgips fda19b7
removed debugging log message
amd-bartgips d822e6b
removed tests for override functionality of conv 3d fwd solver. Env v…
amd-bartgips 54fa4c8
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips 13af6fa
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips 254a61c
undid errors introduced by merge
amd-bartgips 5f7b1e1
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips 150b4de
Implemented Reid's suggestions
amd-bartgips 7d56081
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips b726e64
fixed test function to follow more robust handling of erroneous kerne…
amd-bartgips 29fea93
added missing return statement in fwd solver
amd-bartgips 1e43e2a
new way of handling CandidateSelectionResult
amd-bartgips e3e0977
changed default value for kernel_id in HeuristicInit
amd-bartgips 4c17977
Added blacklist for wrw solver to avoid problematic kernels
amd-bartgips c067cff
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips deaf960
updated RunParameterPredictionModel to also return the model results.…
amd-bartgips a8f5abc
fixed test function to handle new RunParameterPredictionModel output
amd-bartgips 71070a7
some cleanup in the hunt for linker errors
amd-bartgips c8eecc8
Massaged test functions
amd-bartgips 59a4876
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips 6c3e8c4
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips 180fa25
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips 75f3a9a
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips 8bebe47
Refactored RunParameterPredictionModel such that it runs properly in …
amd-bartgips 880575b
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips 8c3292f
Moved MIOPEN_INTERNALS_EXPORT macro to correct position for RunParame…
amd-bartgips 6b01a62
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips af91249
removed unneccesary MIOPEN_INTERNALS_EXPORT for RunParameterPredictio…
amd-bartgips d3a41b3
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips 7191363
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips 326d2e7
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips ecde322
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips 82ee7cc
fixed potential namespace confusion caused by ProblemDescription.
amd-bartgips 0825f36
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips 7272d4a
More namespace fixes for miopen::conv::ProblemDescription. Moved env …
amd-bartgips 7eece46
added #if MIOPEN_BACKEND_HIP && MIOPEN_USE_COMPOSABLEKERNEL guards ar…
amd-bartgips fce70e0
expanded MIOPEN_BACKEND_HIP && MIOPEN_USE_COMPOSABLEKERNEL guards
amd-bartgips 8273db4
Added different guards to save Azure CI build (=without AI heuristics)
amd-bartgips dc2d70f
Reverted changes to MIOPEN_BACKEND_HIPP guards
amd-bartgips a114ef6
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips 0ef0b6f
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips 5547f19
Slightly reorganised includes to make them more neat. Moved up stub i…
amd-bartgips b3cccf4
Revert "Slightly reorganised includes to make them more neat. Moved u…
amd-bartgips 0628cc1
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips 1e535a5
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips 721d902
fixed clang-format
amd-bartgips efcea60
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips 001107e
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips a7a29b0
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips c5225dc
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips 6d445d7
Merge branch 'develop' into silo/bugfix/3d-conv-kernel-does-not-exist
amd-bartgips 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
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.