shivadbhavsar

Results 35 issues of shivadbhavsar

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

TorchMIGraphX
Perf Improve

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

TorchMIGraphX
Perf Improve

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

TorchMIGraphX
Perf Improve

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

TorchMIGraphX
Perf Improve

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

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