Skip to main content

render_uop

Function render_uop 

Source
pub fn render_uop(
    _uop: &Arc<UOp>,
    _ctx: &mut RenderContext,
    _kernel: &mut Vec<String>,
) -> Option<()>
Expand description

Render a UOp to LLVM IR string for GPU backend.

Currently unimplemented - returns None for all ops.