torch-mlir/include/npcomp/RefBackend/JITHelpers
Sean Silva b2077738ca Bump llvm-project to 444822d77a7fea28aa49edf24533c987efa1b2ee
Fixes:
- renames StandardTypes -> BuiltinTypes
- std.extract_element -> tensor.extract
2020-12-11 14:43:38 -08:00
..
JITModule.h Bump llvm-project to 444822d77a7fea28aa49edf24533c987efa1b2ee 2020-12-11 14:43:38 -08:00
README.md [RefBackend] Put JITModule in refback namsepace. 2020-10-08 09:07:00 -07:00

README.md

Utilities for compiling and running on the reference backend with a JIT.

The runtime itself lives in {include,lib}/RefBackend/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.