Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Figure 2. Flowchart for subgraph replace.

Flowchart for our parallel op pass as As Fig.2 shows. We implement it shown, we implement the whole workflow based on subgraph API. SgParallelOpSelector inherits `SgParallelOpSelector` inherited from SubgraphSelector `SubgraphSelector` is used to find the parallel structure, and SgParallelOpProperty inherits `SgParallelOpProperty` inherited from SubgraphProperty `SubgraphProperty` is to connect its input/output entry.

...