This is required or broadcasting with operands of different ranks will lead to
failures as the select op requires both possible outputs and its output type to
be the same.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D89134
[mlir] Type erase inputs to select statements in shape.broadcast lowering. ClosedPublic Authored by tpopp on Oct 9 2020, 8:04 AM.
Details Summary This is required or broadcasting with operands of different ranks will lead to
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptOct 9 2020, 8:04 AM This revision is now accepted and ready to land.Oct 9 2020, 11:01 AM Closed by commit rG8178e41dc1a3: [mlir] Type erase inputs to select statements in shape.broadcast lowering. (authored by Tres Popp <tpopp@google.com>). · Explain WhyOct 11 2020, 12:58 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 297484 mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp
mlir/test/Conversion/ShapeToStandard/shape-to-standard.mlir
|