AMDMIGraphX icon indicating copy to clipboard operation
AMDMIGraphX copied to clipboard

AMD's graph optimization engine.

Results 433 AMDMIGraphX issues
Sort by recently updated
recently updated
newest added

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

bug

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

bugfix

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

Under Investigation

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

bugfix
Perf Improve

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

bug
TorchMIGraphX

End to End support, including a DLM test which will also run on competition hardware

TorchMIGraphX
Perf Improve