torch-mlir/lib/Conversion
Sean Silva c69e9fabc5 [RefE2E] Add support for "max".
This cleans up the lowering pipeline to easily allow extending to
multiple binary ops. It looks fairly repetitive at multiple levels, but
I don't want to prematurely generalize. I think that in principle we
could derive a large swatch of TCF + TCP from a single linalg-style
specification. Another direction is to use an OpInterface (something
like "buildLinalgGenericBody"). I'm keeping my eye on it.

In a subsequent commit, I'll mechanically add a set of binary ops
modeled off of the std arithmetic ops.
2020-09-22 18:38:32 -07:00
..
BasicpyToIREEVM Basicpy conversion to IREE+std skeleton and first conversions. 2020-06-13 23:45:43 -07:00
BasicpyToStd Bump submodule versions. 2020-09-08 13:26:42 -07:00
NumpyToTCF Register dialects in conversion passes 2020-09-09 21:55:17 -07:00
TCFToTCP [RefE2E] Add support for "max". 2020-09-22 18:38:32 -07:00
CMakeLists.txt [RefE2E] Refactor how tcf.add is lowered. 2020-09-18 15:03:53 -07:00
PassDetail.h Initial TCF/TCP E2E seed. 2020-05-08 20:20:41 -07:00
Passes.cpp [RefE2E] Refactor how tcf.add is lowered. 2020-09-18 15:03:53 -07:00