pub fn persistent_body_priority(
workgroup_size_x: u32,
opcodes: &[OpcodeHandler],
) -> Vec<Node>Expand description
Priority-aware loop body. Replaces the per-lane 1:1 slot mapping with the scheduler’s priority scan.
pub fn persistent_body_priority(
workgroup_size_x: u32,
opcodes: &[OpcodeHandler],
) -> Vec<Node>Priority-aware loop body. Replaces the per-lane 1:1 slot mapping with the scheduler’s priority scan.