iree-org / iree

A retargetable MLIR-based machine learning compiler and runtime toolkit.
http://iree.dev/
Apache License 2.0
2.82k stars 608 forks source link

ASR Conformer fails on dynamic `tflite` shape propagation. #8125

Open rsuderman opened 2 years ago

rsuderman commented 2 years ago

ASR Conformer contains StridedSliceOp requires a dynamic tosa.slice operation. Until there is a tosa.slice operation that support dynamic values it is not possible to lower to TOSA.

rsuderman commented 2 years ago

It also appears that slice fails on this as well.

rsuderman commented 2 years ago

Issues are lined up for tfl.strided_slice, tf.FusedFixedBatchMatmul and tfl.gather. Issues still exist for propagating shape computations to TOSA.

allieculp commented 1 year ago

@rsuderman Still open? Still P1?