-
Notifications
You must be signed in to change notification settings - Fork 25.4k
[inductor] Refactor runtime files into torch._inductor.runtime (part 1) #124552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or 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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/124552
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 121328c with merge base 29cc293 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This was referenced Apr 20, 2024
This was referenced Apr 20, 2024
yanboliang
approved these changes
Apr 22, 2024
pytorchmergebot
pushed a commit
that referenced
this pull request
Apr 22, 2024
…2) (#124553) I am planning to make the compile_worker process not import torch so it can start up much faster. This stack is prep for that. Pull Request resolved: #124553 Approved by: https://github.com/yanboliang ghstack dependencies: #124552
pytorchmergebot
pushed a commit
that referenced
this pull request
Apr 22, 2024
…3) (#124557) I am planning to make the compile_worker process not import torch so it can start up much faster. This stack is prep for that. Pull Request resolved: #124557 Approved by: https://github.com/yanboliang ghstack dependencies: #124552, #124553
pytorchmergebot
pushed a commit
that referenced
this pull request
Apr 22, 2024
pytorchmergebot
pushed a commit
that referenced
this pull request
Apr 22, 2024
This removes usage of torch._inductor.config from `torch._inductor.runtime`. Fixing two issues: 1) If configs change we should really use the compile time ones 2) In compile workers, we want to use the parent process config Pull Request resolved: #124561 Approved by: https://github.com/yanboliang ghstack dependencies: #124552, #124553, #124557, #124559, #124560, #124569
@pytorchbot revert -m "There are internal breakages, already discussed with author and he'll FF" -c nosignal |
petrex
pushed a commit
to petrex/pytorch
that referenced
this pull request
May 3, 2024
…1) (pytorch#124552) I am planning to make the compile_worker process not import torch so it can start up much faster. This stack is prep for that. Pull Request resolved: pytorch#124552 Approved by: https://github.com/yanboliang
petrex
pushed a commit
to petrex/pytorch
that referenced
this pull request
May 3, 2024
…2) (pytorch#124553) I am planning to make the compile_worker process not import torch so it can start up much faster. This stack is prep for that. Pull Request resolved: pytorch#124553 Approved by: https://github.com/yanboliang ghstack dependencies: pytorch#124552
petrex
pushed a commit
to petrex/pytorch
that referenced
this pull request
May 3, 2024
…3) (pytorch#124557) I am planning to make the compile_worker process not import torch so it can start up much faster. This stack is prep for that. Pull Request resolved: pytorch#124557 Approved by: https://github.com/yanboliang ghstack dependencies: pytorch#124552, pytorch#124553
petrex
pushed a commit
to petrex/pytorch
that referenced
this pull request
May 3, 2024
…4) (pytorch#124559) I am planning to make the compile_worker process not import torch so it can start up much faster. This stack is prep for that. Pull Request resolved: pytorch#124559 Approved by: https://github.com/yanboliang ghstack dependencies: pytorch#124552, pytorch#124553, pytorch#124557
petrex
pushed a commit
to petrex/pytorch
that referenced
this pull request
May 3, 2024
This removes usage of torch._inductor.config from `torch._inductor.runtime`. Fixing two issues: 1) If configs change we should really use the compile time ones 2) In compile workers, we want to use the parent process config Pull Request resolved: pytorch#124561 Approved by: https://github.com/yanboliang ghstack dependencies: pytorch#124552, pytorch#124553, pytorch#124557, pytorch#124559, pytorch#124560, pytorch#124569
petrex
pushed a commit
to petrex/pytorch
that referenced
this pull request
May 3, 2024
This reverts commit 317c0af. Reverted pytorch#124569 on behalf of https://github.com/jeanschmidt due to There are internal breakages, already discussed with author and he'll FF ([comment](pytorch#124552 (comment)))
petrex
pushed a commit
to petrex/pytorch
that referenced
this pull request
May 3, 2024
…e (part 5) (pytorch#124560)" This reverts commit 3ac30bc. Reverted pytorch#124560 on behalf of https://github.com/jeanschmidt due to There are internal breakages, already discussed with author and he'll FF ([comment](pytorch#124552 (comment)))
petrex
pushed a commit
to petrex/pytorch
that referenced
this pull request
May 3, 2024
…e (part 4) (pytorch#124559)" This reverts commit 9ea2a09. Reverted pytorch#124559 on behalf of https://github.com/jeanschmidt due to There are internal breakages, already discussed with author and he'll FF ([comment](pytorch#124552 (comment)))
petrex
pushed a commit
to petrex/pytorch
that referenced
this pull request
May 3, 2024
…e (part 3) (pytorch#124557)" This reverts commit fcf28b0. Reverted pytorch#124557 on behalf of https://github.com/jeanschmidt due to There are internal breakages, already discussed with author and he'll FF ([comment](pytorch#124552 (comment)))
petrex
pushed a commit
to petrex/pytorch
that referenced
this pull request
May 3, 2024
…e (part 2) (pytorch#124553)" This reverts commit f4d47f5. Reverted pytorch#124553 on behalf of https://github.com/jeanschmidt due to There are internal breakages, already discussed with author and he'll FF ([comment](pytorch#124552 (comment)))
pytorch-bot bot
pushed a commit
that referenced
this pull request
May 3, 2024
…e (part 1) (#124552)" This reverts commit a7035cc. Reverted #124552 on behalf of https://github.com/jeanschmidt due to There are internal breakages, already discussed with author and he'll FF ([comment](#124552 (comment)))
petrex
pushed a commit
to petrex/pytorch
that referenced
this pull request
May 3, 2024
…1) (pytorch#124552) I am planning to make the compile_worker process not import torch so it can start up much faster. This stack is prep for that. Pull Request resolved: pytorch#124552 Approved by: https://github.com/yanboliang
pytorch-bot bot
pushed a commit
that referenced
this pull request
May 3, 2024
…2) (#124553) I am planning to make the compile_worker process not import torch so it can start up much faster. This stack is prep for that. Pull Request resolved: #124553 Approved by: https://github.com/yanboliang ghstack dependencies: #124552
pytorch-bot bot
pushed a commit
that referenced
this pull request
May 3, 2024
…3) (#124557) I am planning to make the compile_worker process not import torch so it can start up much faster. This stack is prep for that. Pull Request resolved: #124557 Approved by: https://github.com/yanboliang ghstack dependencies: #124552, #124553
petrex
pushed a commit
to petrex/pytorch
that referenced
this pull request
May 3, 2024
…4) (pytorch#124559) I am planning to make the compile_worker process not import torch so it can start up much faster. This stack is prep for that. Pull Request resolved: pytorch#124559 Approved by: https://github.com/yanboliang ghstack dependencies: pytorch#124552, pytorch#124553, pytorch#124557
petrex
pushed a commit
to petrex/pytorch
that referenced
this pull request
May 3, 2024
This removes usage of torch._inductor.config from `torch._inductor.runtime`. Fixing two issues: 1) If configs change we should really use the compile time ones 2) In compile workers, we want to use the parent process config Pull Request resolved: pytorch#124561 Approved by: https://github.com/yanboliang ghstack dependencies: pytorch#124552, pytorch#124553, pytorch#124557, pytorch#124559, pytorch#124560, pytorch#124569
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ciflow/inductor
ciflow/trunk
Trigger trunk jobs on your pull request
Merged
module: inductor
Reverted
topic: not user facing
topic category
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Stack from ghstack (oldest at bottom):
I am planning to make the compile_worker process not import torch so it can start up much faster. This stack is prep for that.
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @peterbell10 @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @aakhundov @ColinPeppler @amjames @desertfire @chauhang