Chi_Liu
Chi_Liu
> I think we need to come up with a replacement for update_torch_ods.sh and possibly update_abstract_interp_lib.sh before landing this. I believe that it is mostly historical that both of them...
pure python ods implementation will be in PR https://github.com/llvm/torch-mlir/pull/3780
``` ./build_tools/update_torch_ods.sh ERROR: Op does not match any Torch ops in Registry Given op: "aten::hardtanh : (Tensor, Scalar, Scalar) -> (Tensor)" Possible matches: "a::.t : (Tensor, str, str) -> (Tensor)"...
> I don't think it's a lowering issue. The `torch.aten.sum.dim_IntList` op compiles, and I traced up to the onnx->torch and didn't find a lowering bug of any onnx op. >...
`--iree-stream-affinity-solver-max-iterations=1024` solve the issue. But should it always explicitly used when we have big model? If so, we can close this issue. If not, let's leave it open until you...
Got same large vector sizes failure for onnx models **dpn68_vaiq/dpn92_vaiq/dpn98_vaiq/dpn107_vaiq/dpn131_vaiq/skresnet34_vaiq/skresnet18_vaiq/DeepLabV3_resnet50_vaiq_int8/RAFT_vaiq_int8/U-2-Net_vaiq_int8** in public onnx storage. Here is one of the detailed log: [dpn68_vaiq_iree_failed.log](https://gist.github.com/AmosLewis/35ed28904fd6e82de0c66546b18579df#file-dpn68_vaiq_iree_failed-log)
> @AmosLewis Please check out the following commit and try [b0b3dea](https://github.com/iree-org/iree/commit/b0b3dea51146dcec66648859a7d3bc074bc49f97) Why b0b3dea? It has been replaced by new commit in your pr https://github.com/iree-org/iree/pull/18114. I directly checkout to 55f161160e which...
@pashu123 `iree-compile --iree-input-demote-i64-to-i32 --iree-hal-target-backends=llvm-cpu dpn68_vaiq.default.onnx.linalg.mlir > dpn68_vaiq.default.vmfb --iree-hal-dump-executable-sources-to=./dispatch` module_main_graph_dispatch_34.mlir: ``` hal.executable public @main_graph_dispatch_34 { hal.executable.variant public @embedded_elf_x86_64 target() { hal.executable.export public @main_graph_dispatch_34_elementwise_64x56x56_f32xf32xi8 ordinal(0) layout(#hal.pipeline.layout) attributes {hal.interface.bindings = [#hal.interface.binding, #hal.interface.binding]} {...
Iree issue https://github.com/openxla/iree/issues/16068
@manishghop I try to repeat the error but fail at torchscript. Which version of torch-mlir&iree-compiler are you using? My torch-mlir version is from today ``` commit c7452af4fa7b4139dbd8b78b388b84a08b8c1b7a Author: Chi_Liu Date:...