Function compute_runtime_plan

Source
pub fn compute_runtime_plan(graph: &CuGraph) -> Result<CuExecutionLoop, CuError>
Expand description

This is the main heuristics to compute an execution plan at compilation time. TODO(gbin): Make that heuristic pluggable.