AMDMIGraphX
AMDMIGraphX copied to clipboard
AMD's graph optimization engine.
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...
Model performing worse or similar to eager pytorch. Model Location: `/mnt/nas_share/migraphx/models/torch_benchmarks/drq`
Model performing worse or similar to eager pytorch. Model Location: `/mnt/nas_share/migraphx/models/torch_benchmarks/hf_Longformer`
Torch benchmarks fail. Affected models: Torchbench: hf_BigBird
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`...
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...
Torch benchmarks fail. Affected models: TIMM: xcit_large_24_p8_224 HF: MobileBertForQuestionAnswering, MobileBertForMaskedLM
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.