The assertion falsely expected ranked memrefs only. Now both, ranked and
unranked memrefs are allowed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
What does it mean for a linalg op to take unranked memref?
In particular, a linalg op has indexing_maps. of fixed rank.
How would that work with unranked stuff ?
Comment Actions
I don't think it really takes unranked memref here. We have reshape op that changes descriptor from unranked to ranked and this op has ViewLikeOpInterface. But we hit this assert if we use the output of this op. Or maybe i am missing smth.