torch-mlir/lib
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
..
Backend/IREE Fix some compiler option and warning levels. 2020-07-04 17:38:01 -07:00
Conversion Add NumpyToTCF conversion. 2020-07-08 21:03:57 -07:00
Dialect npcomprt: add support for constants 2020-07-10 17:31:24 -07:00
E2E npcomprt: add support for constants 2020-07-10 17:31:24 -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 npcomprt: add support for constants 2020-07-10 17:31:24 -07:00
CMakeLists.txt Add NumpyPublicFunctionsToTensor pass. 2020-07-08 22:51:54 -07:00
InitAll.cpp Add NumpyPublicFunctionsToTensor pass. 2020-07-08 22:51:54 -07:00