Skip to main content

Module backend

Module backend 

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.