torch-mlir/lib
Sean Silva f18014f60c LowerRankedShapes: support shape.const_shape op.
Also, the previous code had a special case for deleting this op when it
had no uses. This is subsumed by the change in this commit since now
shape.const_shape is properly lowered.

With this change, the included test case with multiple serially
dependent ops works!
This specific issue was related to the scalar argument to that
function. We needed to compute a broadcast of a scalar shape (which is a
shape.const_shape) with another shape.
2020-07-08 20:12:40 -07:00
..
Backend/IREE Fix some compiler option and warning levels. 2020-07-04 17:38:01 -07:00
Conversion Basicpy conversion to IREE+std skeleton and first conversions. 2020-06-13 23:45:43 -07:00
Dialect Rework e2e flow to use new "npcomprt" 2020-07-08 19:36:19 -07:00
E2E LowerRankedShapes: support shape.const_shape op. 2020-07-08 20:12:40 -07:00
JITRuntime Rework e2e flow to use new "npcomprt" 2020-07-08 19:36:19 -07:00
Python Fixup local ndarray<->tensor transforms to preserve shape. 2020-07-05 17:45:45 -07:00
Typing Complete the basic spike to perform dtype inference. 2020-07-05 16:09:16 -07:00
runtime Rework e2e flow to use new "npcomprt" 2020-07-08 19:36:19 -07:00
CMakeLists.txt Rework e2e flow to use new "npcomprt" 2020-07-08 19:36:19 -07:00
InitAll.cpp Rework e2e flow to use new "npcomprt" 2020-07-08 19:36:19 -07:00