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.
pub fn compute_runtime_plan(graph: &CuGraph) -> Result<CuExecutionLoop, CuError>
This is the main heuristics to compute an execution plan at compilation time. TODO(gbin): Make that heuristic pluggable.