Skip to main content
Module backend
teeny_
compiler
0.0.0
Module backend
Module Items
Modules
Enums
In teeny_
compiler::
compiler
teeny_compiler
::
compiler
Module
backend
Copy item path
Source
Expand description
Compilation backends (LLVM/MLIR,
ndarray
).
Modules
§
llvm
The LLVM/MLIR backend (compiles via the
teenyc
compiler at runtime).
ndarray
The
ndarray
-backed CPU backend.
Enums
§
Compiler
A backend capable of compiling kernels, tagged by which one it is.
Module
A compiled module, tagged by which backend produced it.