knok-compile 0.3.0

MLIR lowering and IREE compilation for knok
1
2
3
4
5
6
7
8
9
10
11
mod conv;
mod emit;
mod linalg;
mod lowerer;
mod matmul;
mod reductions;
mod shape;
mod tensor_ops;
mod value;

pub use lowerer::{lower_to_mlir, lower_to_mlir_with_registry};