Tiling operations are generic operations with modified indexing. Updated to to
linalg lowerings to perform this lowering.
Details
Details
- Reviewers
silvas - Commits
- rG2d72b675d5d5: [mlir][tosa] Add tosa.tile to linalg.generic lowering
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LG. I think there is a way to represent this as a broadcast + reshape which supposedly has some sort of advantage, but this looks fine for now.
@nicolasvasilache FYI.
mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp | ||
---|---|---|
1084 | "how far" doesn't make much sense to me. Perhaps "how many times"? |
"how far" doesn't make much sense to me. Perhaps "how many times"?