Replies: 1 comment
-
Global partition want to find better Group by more global info, but it seem no global info. For example, using fast pratition can split origin Module(A,B,C,D) into (AB)(CD), and global partition split into (A)(BCD) or (AC)(BD), but no evaluation say which partition carry more performance earnings, like B's output have less data transform or BCD can fuse better. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I read the code and i think both functions are the same!
First, both them get supported op from same path, although using different logic. I think they can use unify function, now they are redundant code.
Second, both interfaces find a Group(contain 1 node) firstly, and then accept more nodes topologically which supported by the Backend continually.
Third, fine tune generated subgraph by some config.
Beta Was this translation helpful? Give feedback.
All reactions