Results 4 issues of Ashay Rane

Both `ElementwiseReluModule` and `ResNet18StaticModule` TOSA tests fail after updating LLVM. See [CI log](https://github.com/llvm/torch-mlir/runs/7849271902?check_suite_focus=true#step:12:680) for details. ``` FAIL - "ElementwiseReluModule_basic" @ trace item #0 - call to "forward" @ output of...

In the interest of merging upstream LLVM quickly, a previous patch (7f08169) updated the torch-mlir build to register all dialects and passes through Python bindings. This patch limits the dialects...

With the goal of improving time spent in CI, this patch retains the object files built while compiling PyTorch from source. By doing so, the build system would recognize that...

The `UpSampleNearest2dDynamicFactor_basic` test fails on the refbackend and eager_mode backend after updating the PyTorch version to 1.14.0.dev20221010. To reproduce the error: 1. Update the PyTorch version in pytorch-requirements.txt 2. Update...

regression