[RFC] Deprecate Linalg `elemwise_unary` and `elemwise_binary`

With the addition of linalg.elementwise covering both cases and having a richer semantics, we can now look into deprecate / remove the other two.

This RFC is just for these two, but we should begin cleaning Linalg and remove any duplication, especially those that are in OpDSL and have alternatives in ODS. Other ops should be done on their own, in other RFCs.

Once we have collected the current usage (if any), we can form a plan for migration, deprecation and removal.

@ftynse @nicolasvasilache @MaheshRavishankar @banach-space @asiemien @Jianhui-Li @javedabsar

4 Likes
1 Like