torch-mlir/include/npcomp/RefBackend/JITHelpers
Sean Silva 83ad70ef54 [RefBackend] Move runtime related code under npcomp/RefBackend/
Other than the dialect definitions (which will live in standard Dialect/
subdirectory), the goal here is to keep RefBackend-related code nested
in {include/npcomp,lib,test}/RefBackend.
2020-10-08 09:07:00 -07:00
..
JITModule.h [RefBackend] Move runtime related code under npcomp/RefBackend/ 2020-10-08 09:07:00 -07:00
README.md [RefBackend] Move runtime related code under npcomp/RefBackend/ 2020-10-08 09:07:00 -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.