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