Includes lowering for tosa.concat with indice computation with subtensor insert
operations. Includes tests along two different indices.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp | ||
---|---|---|
670 | In this case we need static shape (not just static rank). And static shape implies static rank by default. |
Can use getType() (instead of getResult().getType()) directly to get the result type.