[mlir][Linalg] Add MapOp to Linalg structured ops.
This will allow to model elementwise ops with this special op instead of using GenericOp. Also allow MapOp and ReduceOp to have no result if the output type is not a tensor. This is needed for buffer semantics. Differential Revision: https://reviews.llvm.org/D135754
Loading
Please sign in to comment