Yes that's correct :slight_smile:
---
[Visit
Topic](https://discuss.tvm.ai/t/relay-improved-graph-partitioning-algorithm/5830/20)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.ai/email/unsubsc
>I believe your example would be taken care of using the Merge Composite pass
>before partitioning. You can imagine that after running this pass add+conv2d
>for the blue compiler would be represented by a single node.
Ok then I wasn't really sure of what passes come before and after. So you ar
Hi, @aca88 I believe your example would be taken care of using the Merge
Composite pass before partitioning. You can imagine that after running this
pass add+conv2d for the blue compiler would be represented by a single node.
The partitioning would then happen as you described. However, this w
Hi,
Thanks for the nice animation and the work put into this.
I was wondering if the subgraph partitions for the same compiler (at this
level) have any repercussions for downstream passes.
So for example assume that the last node of A1(called a1) is a Conv2d and the
first of A3 (called a3) is
@tico Have a look at our proposal :
https://discuss.tvm.ai/t/rfc-byoc-an-extended-graph-partitioning-flow/6028. I
think the "optimal" graph partitioning/mapping could be easily plugged in as
the "De-conflict" step that we are proposing (Although, we are currently
proposing a generic simple gr