torch-mlir/test/E2E
Sean Silva e228aa4b11 npcomprt: add support for constants
- create tcp.global + tcp.get_global_memref
- create npcomprt.global + npcomprt.get_global
- LLVM lowering for new npcomprt ops
- Runtime:
 - GlobalDescriptor struct emitted by LLVM lowering
 - implement __npcomp_compiler_rt_get_global

Also,
- cleanly isolate all runtime data structure definitions shared by the
compiler and runtime into lib/runtime/CompilerDataStructures.h
2020-07-10 17:31:24 -07:00
..
e2e-basic.mlir Rework e2e flow to use new "npcomprt" 2020-07-08 19:36:19 -07:00
e2e-mixed-ranks.mlir Rework e2e flow to use new "npcomprt" 2020-07-08 19:36:19 -07:00
lower-alloc-memref-ops.mlir Lower tcp.alloc_memref ops to tcp.get_extent + std.alloc. 2020-05-18 12:53:31 -07:00
lower-constant-tensors-to-memrefs.mlir npcomprt: add support for constants 2020-07-10 17:31:24 -07:00
lower-linalg-tensor-to-memref.mlir Add custom assembly format for tcp.alloc_memref/tcp.get_extent 2020-05-11 15:28:34 -07:00
lower-ranked-shapes.mlir LowerRankedShapes: support shape.const_shape op. 2020-07-08 20:12:40 -07:00
lower-to-llvm-global.mlir npcomprt: add support for constants 2020-07-10 17:31:24 -07:00
lower-to-llvm.mlir Rework e2e flow to use new "npcomprt" 2020-07-08 19:36:19 -07:00
lower-to-npcomprt-abi.mlir npcomprt: add support for constants 2020-07-10 17:31:24 -07:00
resolve-shape-of-ops.mlir Add custom assembly format for tcp.alloc_memref/tcp.get_extent 2020-05-11 15:28:34 -07:00
resolve-tensor-load-store-ops.mlir Add custom assembly format for tcp.alloc_memref/tcp.get_extent 2020-05-11 15:28:34 -07:00