torch-mlir/test/npcomp-run-mlir
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
..
basic.mlir Rework e2e flow to use new "npcomprt" 2020-07-08 19:36:19 -07:00
broadcast.mlir Rework e2e flow to use new "npcomprt" 2020-07-08 19:36:19 -07:00
constant-add-scalar.mlir npcomprt: add support for constants 2020-07-10 17:31:24 -07:00
constant-add.mlir npcomprt: add support for constants 2020-07-10 17:31:24 -07:00
constant.mlir npcomprt: add support for constants 2020-07-10 17:31:24 -07:00
identity.mlir Rework e2e flow to use new "npcomprt" 2020-07-08 19:36:19 -07:00
invalid-num-inputs.mlir Rework e2e flow to use new "npcomprt" 2020-07-08 19:36:19 -07:00
mixed-rank.mlir Rework e2e flow to use new "npcomprt" 2020-07-08 19:36:19 -07:00
multi-output.mlir Rework e2e flow to use new "npcomprt" 2020-07-08 19:36:19 -07:00
multiple-ops.mlir LowerRankedShapes: support shape.const_shape op. 2020-07-08 20:12:40 -07:00
scalar.mlir Rework e2e flow to use new "npcomprt" 2020-07-08 19:36:19 -07:00