torch-mlir/include/npcomp/Dialect
Sean Silva eaeb4011e6 Lower !shape.shape to SSA values.
This uses an approach inspired by what is done in IREE. See comments on
LowerRankedShapes.cpp for how it works.

The basic gist is that we have an op that creates a !shape.shape from a
set of SSA values representing the extents, and then iteratively replace
any op producing a !shape.shape with instances of that op.
2020-05-13 17:20:23 -07:00
..
Basicpy Add numpy.get_slice op and wire it up to the tracer. 2020-05-08 16:04:58 -07:00
Numpy Add numpy.get_slice op and wire it up to the tracer. 2020-05-08 16:04:58 -07:00
TCF Initial TCF/TCP E2E seed. 2020-05-08 20:20:41 -07:00
TCP Lower !shape.shape to SSA values. 2020-05-13 17:20:23 -07:00
CMakeLists.txt Initial TCF/TCP E2E seed. 2020-05-08 20:20:41 -07:00
Common.h Add central registration for type ranges. 2020-05-05 14:16:39 -07:00