weirflow 0.1.0

GPU-first dataflow analysis primitives for Vyre and Santh compiler pipelines.
Documentation
1
2
3
pub(super) fn resize_result_slots(results: &mut Vec<Vec<u32>>, len: usize) -> Result<(), String> {
    crate::staging_reserve::resize_result_rows(results, len, "resident IFDS result row")
}