Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Just one question based on some questions.
| mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp | ||
|---|---|---|
| 122 | Its not directly related to this change, but doesnt extractVectorTypeFromScalarView also need to check for static shapes? | |
| mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp | ||
|---|---|---|
| 122 | There is already a check in vectorizeLinalgOpPrecondition that all the shapes are static. So the pattern would have failed before. | |
Its not directly related to this change, but doesnt extractVectorTypeFromScalarView also need to check for static shapes?