pub fn lower_kernel(
kernel: &Kernel,
config: LowerConfig,
) -> Result<LoopIR, LowerError>Expand description
Lower a single kernel to Loop IR.
pub fn lower_kernel(
kernel: &Kernel,
config: LowerConfig,
) -> Result<LoopIR, LowerError>Lower a single kernel to Loop IR.