Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp | ||
---|---|---|
1190 | Please add (i.e. the ContractionOp verifier fails). | |
1191 | Can we factor out the common verification bits that are useful here and reuse with the verifier too? |
Comment Actions
Use also in verifier, and in one place in AffineMap.cpp (that this logic was borrowed from in the first place)
Please add (i.e. the ContractionOp verifier fails).