Made to adjust for a modification to the tiling algorithm
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp | ||
---|---|---|
991–1001 | I would probably move the declarations to where they are used. It doesn't use fall through so it seems unnecessary. | |
mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir | ||
1007 | Can you leave this named as transpose? It makes it clearer what the intention is. | |
1034 | Same thing here. |
I would probably move the declarations to where they are used. It doesn't use fall through so it seems unnecessary.