Summary: explicit torch::nativert namespace usage + // manual declarations Test Plan: ci Rollback Plan: Differential Revision: D77328855 Pull Request resolved: https://github.com/pytorch/pytorch/pull/156919 Approved by: https://github.com/zhxchen17
Summary: `ParallelGraphExecutor` inherits from `GraphExecutorBase` and executes all nodes in the graph in a parallel manner Test Plan: CI Rollback Plan: Differential Revision: D77088996 Pull Request resolved: https://github.com/pytorch/pytorch/pull/156751 Approved by: https://github.com/zhxchen17, https://github.com/dolpm