Skip to main content

render_uop

Function render_uop 

Source
pub fn render_uop(
    uop: &Arc<UOp>,
    ctx: &mut CContext,
    kernel: &mut Vec<String>,
) -> Option<()>
Expand description

Render a single UOp to C source code.

Returns Some(()) if code was emitted, None for meta-ops.