torch-mlir/test
Sean Silva 993338a12d Lower to the upstream memref ABI.
Specifically, we use unranked memrefs which get passed as a fixed-size
set of arguments/returns. One big caveat about this is that returning
results isn't going to work. See TODO in LowerTensorLoadOp.

This is far from enough runtime-wise, but it starts to demarcate a
plausible layering. Notice for example how this removes the
runtime-dependence from LowerRankedShapes.

Eventually, we want to have an `npcomp_rt` or `npcomp_hal` dialect with
its own set of runtime types that will supercede this.

See comments in LowerTensorLoadOp for more direction about where this is
going to evolve.
2020-05-15 17:19:57 -07:00
..
Conversion Initial TCF/TCP E2E seed. 2020-05-08 20:20:41 -07:00
Dialect Remove the present tcp.island. 2020-05-14 15:19:37 -07:00
E2E Lower to the upstream memref ABI. 2020-05-15 17:19:57 -07:00
CMakeLists.txt Add npcomp-opt and lit runner. 2020-04-26 17:55:15 -07:00
lit.cfg.py Add npcomp-opt and lit runner. 2020-04-26 17:55:15 -07:00
lit.site.cfg.py.in Add npcomp-opt and lit runner. 2020-04-26 17:55:15 -07:00