Unfortunately FileCheck ignores directives with whitespace between the directive and the colon (CHECK : for example), thus most of the directives of this test were ignored.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks!
mlir/test/Dialect/Linalg/transform-patterns.mlir | ||
---|---|---|
4 | This looks like the stride along the last dim is known to be "1". I suppose that's what you meant by the "_1" in the name, but maybe add a comment to explain. |
This looks like the stride along the last dim is known to be "1". I suppose that's what you meant by the "_1" in the name, but maybe add a comment to explain.