torch-mlir
torch-mlir copied to clipboard
Dynamic shape support needed for flatten using ints in tosa dialect
flattenusingints op currently only supports static shapes.
https://github.com/llvm/torch-mlir/blob/a3fe130f73f160c4d5b984f8de5b26aa471cfc9a/lib/Conversion/TorchToTosa/TorchToTosa.cpp#L2488-L2491
Due to this tests like argmax fail. Sending a PR for fix