MIOpen icon indicating copy to clipboard operation
MIOpen copied to clipboard

AMD's Machine Intelligence Library

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

This essentially re-implements "_Consider workspace constraints when loading solutions from DB (#2888)_" but in a bit stricter manner and with (hopefully) almost all necessary bells and whistles. ### Functional differences...

enhancement
urgency_normal
IMPACTS_API

_Originated from: https://github.com/ROCm/MIOpen/pull/2782#discussion_r1515323515_ Currently we do not store full information about unpacked tensors, only the flag. Also we do not store information about tensor layouts, at all. The above means...

value_high
urgency_low
correctness

Implement MIOPEN_BACKEND_EXECUTION_PLAN_DESCRIPTOR - [x] #2922 - [x] #2925 - [ ] MIOPEN_BACKEND_EXECUTION_PLAN_DESCRIPTOR Serialization

Implement MIOPEN_BACKEND_ENGINECFG_DESCRIPTOR - [x] #2921 - [ ] #2924

The following descriptors are to be implemented. MIOPEN_BACKEND_ENGINE_DESCRIPTOR - [x] #2920 - [ ] #2923

The cause appears to be that the GPU is asleep during the copy and not waking back up when it should. Changing the grub options allowed these tests to pass...

value_high
non-miopen-bug
urgency_high

This allows to add tuning support for more primitives. As originally batchnorm was requested, I have also included a perfdb definition for that one. For such primitives tuning behaviour can...

enhancement
performance
complexity_middle
tuning
TESTING_CI_PASSED

When trying to build MIOpen from source, the compilation fails with the following error: ```shell MIOpen/src/include/miopen/handle.hpp:242:17: error: no member named 'has_value' in 'boost::optional' 242 | if(algo.has_value()) ``` I have confirmed...

help wanted
question