This is the counterpart of VectorOfLength for ranks.
This will be used in lowering vector.contract operations to llvm.matrix
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/IR/OpBase.td | ||
---|---|---|
490 | It does not look like the surrounding methods are consistent on this, but given that rank is int64_t (and unsigned at other places), consider a similar type for this; but perhaps this is more for a follow-up cleanup of our types |
It does not look like the surrounding methods are consistent on this, but given that rank is int64_t (and unsigned at other places), consider a similar type for this; but perhaps this is more for a follow-up cleanup of our types