Allow shape.broadcast to return extent tensors when all inputs are extent tensors.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td | ||
---|---|---|
86 | DBC: Can you add to the comment and stress the fact that the op may only return a tensor if we statically know that it cannot fail, either because it is guarded by a corresponding cstr_broadcastable or the construction otherwise ensures this? |
DBC: Can you add to the comment and stress the fact that the op may only return a tensor if we statically know that it cannot fail, either because it is guarded by a corresponding cstr_broadcastable or the construction otherwise ensures this?