Skip to content

Depth dependents mapper

Eddie Schoute requested to merge depth-deps-mapper into master

Added a mapper that sorts the binops by number of dependents and places the ones that have most dependents first. It is based off the incremental mapper currently.

We could consider a variant that is based of the Greedy mapper instead.

Merge request reports