torch-mlir/include/npcomp/JITRuntime
Stella Laurenzo 9e4a62fc71 Allow JITModule passes to be built separately.
* Re-introduces frontent/backend split.
* Adds a (very) trivial shape refinement pass.
2020-07-10 22:57:26 -07:00
..
JITModule.h Allow JITModule passes to be built separately. 2020-07-10 22:57:26 -07:00
README.md Rework e2e flow to use new "npcomprt" 2020-07-08 19:36:19 -07:00

README.md

Utilities for compiling and running on the npcomp runtime with a JIT.

The runtime itself lives in {include,lib}/runtime/, but since it is totally firewalled from the compiler codebase, it presents a fairly bare-bones interface (e.g. it doesn't use libSupport, can't use LLVM's JIT interfaces, etc.).

The interface provided in this directory uses standard LLVM conventions and freely relies on libSupport, JIT utilities, etc.