Skip to content

Conversation

[ghstack-poisoned]
@jansel jansel requested a review from albanD as a code owner April 20, 2024 18:59
Copy link

pytorch-bot bot commented Apr 20, 2024

🔗 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 Failure

As of commit 121328c with merge base 29cc293 (image):

NEW FAILURE - The following job has failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

jansel added 2 commits April 20, 2024 12:06
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
jansel added 2 commits April 20, 2024 21:11
[ghstack-poisoned]
[ghstack-poisoned]
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
…4) (#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: #124559
Approved by: https://github.com/yanboliang
ghstack dependencies: #124552, #124553, #124557
pytorchmergebot pushed a commit that referenced this pull request Apr 22, 2024
…5) (#124560)

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: #124560
Approved by: https://github.com/yanboliang
ghstack dependencies: #124552, #124553, #124557, #124559
pytorchmergebot pushed a commit that referenced this pull request Apr 22, 2024
This makes the check per-kernel (if 3D tiling is used), rather than
global config.

Pull Request resolved: #124569
Approved by: https://github.com/yanboliang
ghstack dependencies: #124552, #124553, #124557, #124559, #124560
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
@jeanschmidt
Copy link
Contributor

@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
pytorch-bot bot pushed a commit that referenced this pull request May 3, 2024
…5) (#124560)

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: #124560
Approved by: https://github.com/yanboliang
ghstack dependencies: #124552, #124553, #124557, #124559
pytorch-bot bot pushed a commit that referenced this pull request May 3, 2024
This makes the check per-kernel (if 3D tiling is used), rather than
global config.

Pull Request resolved: #124569
Approved by: https://github.com/yanboliang
ghstack dependencies: #124552, #124553, #124557, #124559, #124560
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
pytorch-bot bot pushed a commit that referenced this pull request May 3, 2024
…5) (#124560)

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: #124560
Approved by: https://github.com/yanboliang
ghstack dependencies: #124552, #124553, #124557, #124559
pytorch-bot bot pushed a commit that referenced this pull request May 3, 2024
This makes the check per-kernel (if 3D tiling is used), rather than
global config.

Pull Request resolved: #124569
Approved by: https://github.com/yanboliang
ghstack dependencies: #124552, #124553, #124557, #124559, #124560
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
@github-actions github-actions bot deleted the gh/jansel/321/head branch June 2, 2024 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants