The existing TOSA->Linalg lowering of tosa.gather only supports gathers
with either a static shape or a single dynamic batch dimension.
This change extends support to arbitrary number of dynamic dimensions on
both the values and indices of the gather operation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo