Skip to main content

fa_plan

Function fa_plan 

Source
pub fn fa_plan(graph: &CudaGraph) -> Result<Vec<FaMain>, Box<dyn Error>>
Expand description

Classify a captured graph’s fa-decode nodes into per-token-updatable FaMains. Pairing main->combine is by partO pointer identity (arg staging), not node order. Nodes that aren’t fa mains/combines are left untouched (they replay as captured).