Does the TOSA backend in Torch-MLIR support dynamic shapes (e.g., runtime batch sizes, sequence lengths, or other symbolic dimensions)?
I’m exploring lowering models with variable batch sizes and sequence lengths and want to confirm whether this is currently supported when targeting TOSA.
Thanks!