[Executor] rm Executor._run_parallel by kangguangli · Pull Request #51616 · PaddlePaddle/Paddle
PR types
Others
PR changes
APIs
Describe
The API Executor.Run has multiple internal branches. _run_parallel is one of them which will call the core.ParallelExecutor to execute the program. Since ParallelExecutor will be removed finally, this branch should be removed first to avoid the dependency to ParallelExecutor.
Other
Pcard-67004