The buffer allocated by a promotion can be subject to other transformations afterward. For example it could be vectorized, in which case it is needed to ensure that this buffer is memory-aligned.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Please provide a longer commit description (https://mlir.llvm.org/getting_started/Contributing/#commit-messages)
mlir/test/Dialect/Linalg/transform-patterns.mlir | ||
---|---|---|
448 | I wonder if we could have a significantly simpler test here that only looks at promotion rather than replicating matmul every time. There seems to be a lot of things that are tested elsewhere and will lead to additional churn when the transformation is modified. Could you maybe try linalg.fill instead? |
I wonder if we could have a significantly simpler test here that only looks at promotion rather than replicating matmul every time. There seems to be a lot of things that are tested elsewhere and will lead to additional churn when the transformation is modified.
Could you maybe try linalg.fill instead?