shape.get_extent now accepts extent tensors tensor<?xindex> as an argument.
Depends On D84157
Paths
| Differential D84158
[MLIR][Shape] Allow `shape.get_extent` to operate on extent tensors ClosedPublic Authored by frgossen on Jul 20 2020, 5:31 AM.
Details
Diff Detail
Event Timelinefrgossen added a child revision: D84160: [MLIR][Shape] Allow for `shape_of` to return extent tensors.Jul 20 2020, 5:32 AM This revision is now accepted and ready to land.Jul 23 2020, 2:24 PM Closed by commit rG0e1a42efd8b8: [MLIR][Shape] Allow `shape.get_extent` to operate on extent tensors (authored by frgossen). · Explain WhyJul 24 2020, 1:35 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 280360 mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
mlir/test/Conversion/ShapeToStandard/shape-to-standard.mlir
mlir/test/Dialect/Shape/canonicalize.mlir
mlir/test/Dialect/Shape/ops.mlir
|
Should these also be tested on tensor types?