MIOpen
MIOpen copied to clipboard
AMD's Machine Intelligence Library
CK's fp8 col major solver integration into MIOpen
This PR adds unit test for `ConvWinoFuryRxS`. Additional changes: - Old `test_drive()`-based test has been removed - `GetDefaultSolution()` has been introduced - Test builds have been sped up by about...
This change is based off the bharriso/conv-bias-res-add-active-pattern-and-executor branch. These changes will address this [feedback](https://github.com/ROCm/MIOpen/pull/3112#discussion_r1683042991). Changes: - Add Size3D struct for Conv3DtestCase - Swap img, filter, padding, stride, and dilation to...
This change adds the pattern and executor for ConvBiasResAddActiv GraphAPI, and enables previously disabled tests to verify functionality. Changes: - Added Executor, pattern, and hooked them up inside find_engine -...
- Updated TunaNet for MI300 to incorporate updates in the CK Fwd and CK Wrw grouped solvers - Documented heuristics code
`convolutionocl.cpp` version of `ValidateGroupCount` has been updated without changes to a copy in `problem.cpp` which made them incomaptible. PR moves the code to `problem.cpp`, changes all the call sites and...
While clang-tidy is useful for development to find issues, it is not always appropriate. When the clang-tidy used to build does not match the clang-tidy used in development the build...
On Fedora half.hpp is installed in the system /usr/include dir The use assumes it is installed in half/half.hpp and looks for this path in the cmake configury. Instead of assuming...
GTests renaming according to the document: https://github.com/ROCm/MIOpen/wiki/GTest-development All filenames on letters "d" - "g". Around 45 tests in total. Feel free to comment.