forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JIT] Clone runOptimizations and similar functions for profiling exec…
…utor. (pytorch#42656) Summary: Pull Request resolved: pytorch#42656 Thing change will allow us to more freely experiment with pass pipelines in the profiling executor without affecting passes in the legacy executor. Also, it somewhat helps to keep all passes in one place to be able to tell what's going on. Currently this change should not affect any behavior as I copied the passes exactly as they've been invoked before, but we will probably want to change these pipelines in a near future. Test Plan: Imported from OSS Reviewed By: bertmaher Differential Revision: D22971050 Pulled By: ZolotukhinM fbshipit-source-id: f5bb60783a553c7b51c5343eec7f8fe40037ff99
- Loading branch information
1 parent
a4dbc64
commit 57854e7
Showing
1 changed file
with
134 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters