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

Model performing worse or similar to eager pytorch. Model Location: `/mnt/nas_share/migraphx/models/torch_benchmarks/dlrm` - [ ] Turn on the MLIR flags - [ ] Capture MIGX trace - [ ] Compare traces...

TorchMIGraphX
Perf Improve

Model performing worse or similar to eager pytorch. Model Location: `/mnt/nas_share/migraphx/models/torch_benchmarks/drq`

TorchMIGraphX
Perf Improve

Model performing worse or similar to eager pytorch. Model Location: `/mnt/nas_share/migraphx/models/torch_benchmarks/hf_Longformer`

TorchMIGraphX
Perf Improve

Torch benchmarks fail. Affected models: Torchbench: hf_BigBird

TorchMIGraphX

Currently, we add parameters with names `x1`, `x2`, ... , `x9`, `x10`. When we sort them `x10` will come after `x1` instead of at the end. This updates the `param_name`...

bugfix
Cleanup

Unfortunately, automatic target registration does not work on Windows. The linker will not add a specified DLL as a dependency if at least a symbol from the dynamic library is...

Windows

Torch benchmarks fail. Affected models: TIMM: xcit_large_24_p8_224 HF: MobileBertForQuestionAnswering, MobileBertForMaskedLM

TorchMIGraphX

For mixed broadcasts, the pass fails when the shapes of the inputs are not broadcastable. Following program snippet reproduces the issue: ``` # broadcastlen.py import migraphx import numpy as np...

This can be done by shifting zero point by -128.

UAI