Use type inference when building the TransferWriteOp in the TransferWritePermutationLowering. Previously, the result type has been set to Type() which triggers an assertion if the pattern is used with tensors instead of memrefs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo