When writing a tensor.extract/tensor.insert, the rank of the tensor is implied by the number of specified indices. When extracting from/inserting into an unranked tensor, the tensor should first be casted to a ranked version.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
This revision is now accepted and ready to land.Oct 26 2022, 5:00 AM
This revision was landed with ongoing or failed builds.Oct 27 2022, 1:09 AM
Closed by commit rGcfaf3292df51: [mlir][tensor] Disallow unranked tensors for tensor.extract/insert (authored by springerm). · Explain Why
This revision was automatically updated to reflect the committed changes.