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
Differential D94262
Update syntax for tensor and memref types to match parser. richard-uhler on Jan 7 2021, 1:42 PM. Authored by
Details Based on the comments in lib/Parser/TypeParser.cpp on the
Diff Detail
|
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.