This rewriting enables better bufferization and canonicalizations.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/IR/BuiltinTypes.h | ||
---|---|---|
242 | A new RankedTensorType is returned which has its own allocated shape for this. |
mlir/include/mlir/IR/BuiltinTypes.h | ||
---|---|---|
242 | Ah that makes sense. I missed the thing is casted! |
mlir/include/mlir/Dialect/Tensor/IR/Tensor.h | ||
---|---|---|
96 | to dest -> to that of dest. | |
96 | It isn't clear from the comment here why a Value has been passed instead of a target type. | |
mlir/include/mlir/IR/BuiltinTypes.h | ||
206–208 | Please add in sorted order. | |
211 | out-live -> outlive | |
mlir/include/mlir/IR/BuiltinTypes.td | ||
706 | Likewise. |
nit: tensor to dest?