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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions projects/miopen/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,9 @@ set( MIOpen_Source

if(MIOPEN_ENABLE_AI_KERNEL_TUNING OR MIOPEN_ENABLE_AI_IMMED_MODE_FALLBACK)
list(APPEND MIOpen_Source conv/heuristics/ai_heuristics.cpp)
list(APPEND MIOpen_Source conv/heuristics/metadata_3d.cpp)
list(APPEND MIOpen_Source conv/heuristics/ai_candidate_selection.cpp)
list(APPEND MIOpen_Source conv/heuristics/ai_conv_3d_kernel_tuning_utils.cpp)
list(APPEND MIOpen_Source anyramdb.cpp)
endif()

Expand Down
Loading