MIOpen icon indicating copy to clipboard operation
MIOpen copied to clipboard

AMD's Machine Intelligence Library

Results 298 MIOpen issues
Sort by recently updated
recently updated
newest added

windows fix and missing copyright

bug
windows

CK's fp8 col major solver integration into MIOpen

TESTING_CI_PASSED

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...

enhancement
value_high
quality
testing
urgency_high
correctness

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...

value_low
ON_HOLD
complexity_low
urgency_low
TESTING_CI_PASSED
GTest

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 -...

value_middle
complexity_middle
urgency_normal
TESTING_CI_PASSED

- Updated TunaNet for MI300 to incorporate updates in the CK Fwd and CK Wrw grouped solvers - Documented heuristics code

urgency_high
TESTING_CI_PASSED
IMPACTS_API

`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...

bug
value_high
urgency_blocker
complexity_low
TESTING_CI_PASSED

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.