ReadonlybatchReadonlybatchN-way kernel batch attempts that succeeded.
ReadonlyfailedSorted, deduplicated input indices that failed even as pairwise ops and were dropped from the result. Multi-level fuse failures can target the same index from different recursion levels — dedup happens at freeze.
Readonlysingleton2-input pairwise kernel call attempts after bisection bottomed out. For
cutAllBisect this counts singleton cut(base, tool) calls; for
fuseAllBisect this counts the fuse(a, b) calls that combine the
results of two recursive halves. Both flavors mean "the kernel did a
pair op, not a batch op."
ReadonlytotalNumber of inputs the caller passed (tools for cut, shapes for fuse).
N-way kernel batch (
cutAll/fuseAll) attempts, including failures.