torch-mlir/lib/E2E
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
..
CMakeLists.txt Rework e2e flow to use new "npcomprt" 2020-07-08 19:36:19 -07:00
E2E.cpp Rework e2e flow to use new "npcomprt" 2020-07-08 19:36:19 -07:00
LowerRankedShapes.cpp LowerRankedShapes: support shape.const_shape op. 2020-07-08 20:12:40 -07:00
LowerToHybridTensorMemRef.cpp Add script tools/format_source.sh and run it on all python and c++ sources. 2020-06-13 14:53:54 -07:00
LowerToLLVM.cpp Rework e2e flow to use new "npcomprt" 2020-07-08 19:36:19 -07:00
LowerToNpcomprtABI.cpp Rework e2e flow to use new "npcomprt" 2020-07-08 19:36:19 -07:00
PassDetail.h Initial TCF/TCP E2E seed. 2020-05-08 20:20:41 -07:00