We need to create a new type with transposed shape after
transposing the operand in CanonicalizeContractMatmulToMMT.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for fixing!
mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp | ||
---|---|---|
1082–1085 | nit: prefer the free cast functions |
mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp | ||
---|---|---|
1091 | Probably easier to just use the VectorType::get factory. |
nit: prefer the free cast functions