AMDMIGraphX
AMDMIGraphX copied to clipboard
AMD's graph optimization engine.
Used this workaround to get mmdit working, but there seems to be a bug with the `find_reduce_mean_variance{}` matcher. ``` void rewrite_reduce::apply(module& m) const { match::find_matches(m, find_softmax{}); // match::find_matches(m, find_reduce_mean_variance{}); match::find_matches(m,...
Add to DLM Add fp16 runs Add batch count greater then 1
Comment out the qlinear_reused matcher because of an accuracy error for quantized resnet50
### Problem Description ## Description The name of "requirements.txt" is misleading. It is actually an internal rbuild config file (project name , branch name, commit id). I requested to change...
* There's an accuracy error in resulting from the `qlinear_reused` matcher in `simplify_qdq`. * Note that the other half of the quantized resnet50 accuracy issue was from a disconnect between...
Error observed in TIMM torch benchmark model: eca_halonext26ts Full message: ``` terminate called after throwing an instance of 'migraphx::version_2_10_0::exception' what(): /workspace/tm_benchmarks/AMDMIGraphX/src/targets/gpu/mlir.cpp:729: run_high_level_pipeline: Invalid MLIR created: Error: !migraphx.shaped type can't be...
End to End support, including a DLM test which will also run on competition hardware
MIOpen pooling kernel performs better #3231