Function compute_runtime_plan

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

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