Transpose, Matmul and Fully-connected dynamic shape support
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp | ||
---|---|---|
1370 | You need to include checks that firstOperandTy.hasRank(). Otherwise this may fail. (See other cases below). |
mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp | ||
---|---|---|
1370 | Not, that it should be an "or" case. This is because isDynamicDim will fail if the rank isn't known but we would still want the DimOp |
You need to include checks that firstOperandTy.hasRank(). Otherwise this may fail. (See other cases below).