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 | nit: prefer the free cast functions | |
| mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp | ||
|---|---|---|
| 1090 | Probably easier to just use the VectorType::get factory. | |
nit: prefer the free cast functions