Based on the comments in lib/Parser/TypeParser.cpp on the
parseMemRefType and parseTensorType functions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D94262
Update syntax for tensor and memref types to match parser. ClosedPublic Authored by richard-uhler on Jan 7 2021, 1:42 PM.
Details Summary Based on the comments in lib/Parser/TypeParser.cpp on the
Diff Detail
Event TimelineHerald added subscribers: teijeong, rdzhabarov, tatianashp and 14 others. · View Herald TranscriptJan 7 2021, 1:42 PM
This revision is now accepted and ready to land.Jan 11 2021, 9:10 AM Closed by commit rG762ffc95550c: Update syntax for tensor and memref types to match parser. (authored by richard-uhler, committed by mehdi_amini). · Explain WhyJan 11 2021, 2:57 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 315947 mlir/docs/LangRef.md
mlir/lib/Parser/TypeParser.cpp
|
The strided layout is a valid part of the syntax. It is the code in TypeParser.cpp that isn't up to date I believe.