Skip to content

Conversation

@malfet
Copy link
Contributor

@malfet malfet commented Sep 5, 2025

[ghstack-poisoned]
@malfet malfet requested a review from a team as a code owner September 5, 2025 20:46
@pytorch-bot
Copy link

pytorch-bot bot commented Sep 5, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/162297

Note: Links to docs will display an error until the docs builds have been completed.

⏳ No Failures, 18 Pending

As of commit 7ce730f with merge base 79fcd52 (image):
💚 Looks good so far! There are no failures yet. 💚

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

[ghstack-poisoned]
@pytorchmergebot
Copy link
Collaborator

Starting merge as part of PR stack under #162265

@malfet
Copy link
Contributor Author

malfet commented Sep 5, 2025

@pytorchbot merge -f "Is it really not mergeable?"

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use -f as last resort and instead consider -i/--ignore-current to continue the merge ignoring current failures. This will allow currently pending tests to finish and report signal before the merge.

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

@pytorchmergebot
Copy link
Collaborator

Merge failed

Reason: Command git -C /home/runner/work/pytorch/pytorch cherry-pick -x 197725596acd9ecd2f614a01ebfcd8f55ba7e8a4 returned non-zero exit code 1

Auto-merging .github/workflows/generated-windows-binary-libtorch-debug-nightly.yml
CONFLICT (content): Merge conflict in .github/workflows/generated-windows-binary-libtorch-debug-nightly.yml
Auto-merging .github/workflows/generated-windows-binary-libtorch-release-nightly.yml
CONFLICT (content): Merge conflict in .github/workflows/generated-windows-binary-libtorch-release-nightly.yml
error: could not apply 197725596ac... [CD][EZ] Update libtorch python version to 3.10
hint: After resolving the conflicts, mark them with
hint: "git add/rm <pathspec>", then run
hint: "git cherry-pick --continue".
hint: You can instead skip this commit with "git cherry-pick --skip".
hint: To abort and get back to the state before "git cherry-pick",
hint: run "git cherry-pick --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Details for Dev Infra team Raised by workflow job

[ghstack-poisoned]
@pytorchmergebot
Copy link
Collaborator

Starting merge as part of PR stack under #162265

pytorchmergebot pushed a commit that referenced this pull request Sep 12, 2025
Biggest difference between both conda and homebrew CPython builds and one from python.org, is that later are universal binaries and they are always trying to build universal extension...

Workaround lots of universal binary build attempts by explicitly specifying both `_PYTHON_PLATFORM` and `--plat-name` as well as `ARCH_FLAGS`

Suppressed actionlint warning on use of `freethreaded` flag which is document in https://github.com/actions/setup-python/tree/v5

TODO: Remove lots of temporary workarounds when `3.14` is out in October 2025

Pull Request resolved: #162136
Approved by: https://github.com/atalman, https://github.com/huydhn
ghstack dependencies: #162297, #162265
markc-614 pushed a commit to markc-614/pytorch that referenced this pull request Sep 17, 2025
Biggest difference between both conda and homebrew CPython builds and one from python.org, is that later are universal binaries and they are always trying to build universal extension...

Workaround lots of universal binary build attempts by explicitly specifying both `_PYTHON_PLATFORM` and `--plat-name` as well as `ARCH_FLAGS`

Suppressed actionlint warning on use of `freethreaded` flag which is document in https://github.com/actions/setup-python/tree/v5

TODO: Remove lots of temporary workarounds when `3.14` is out in October 2025

Pull Request resolved: pytorch#162136
Approved by: https://github.com/atalman, https://github.com/huydhn
ghstack dependencies: pytorch#162297, pytorch#162265
pytorchmergebot pushed a commit that referenced this pull request Sep 19, 2025
This code is a delicious spaghetti: Sometimes python version is defined in jinja template (see #162297 ) sometimes in shell script (see #162877 ), but this time around it's in a python file (and there is another one called `generate_binary_build_matrix.py` that defines `FULL_PYTHON_VERSIONS`)

Pull Request resolved: #163339
Approved by: https://github.com/clee2000
mansiag05 pushed a commit to mansiag05/pytorch that referenced this pull request Sep 22, 2025
Biggest difference between both conda and homebrew CPython builds and one from python.org, is that later are universal binaries and they are always trying to build universal extension...

Workaround lots of universal binary build attempts by explicitly specifying both `_PYTHON_PLATFORM` and `--plat-name` as well as `ARCH_FLAGS`

Suppressed actionlint warning on use of `freethreaded` flag which is document in https://github.com/actions/setup-python/tree/v5

TODO: Remove lots of temporary workarounds when `3.14` is out in October 2025

Pull Request resolved: pytorch#162136
Approved by: https://github.com/atalman, https://github.com/huydhn
ghstack dependencies: pytorch#162297, pytorch#162265
mansiag05 pushed a commit to mansiag05/pytorch that referenced this pull request Sep 22, 2025
This code is a delicious spaghetti: Sometimes python version is defined in jinja template (see pytorch#162297 ) sometimes in shell script (see pytorch#162877 ), but this time around it's in a python file (and there is another one called `generate_binary_build_matrix.py` that defines `FULL_PYTHON_VERSIONS`)

Pull Request resolved: pytorch#163339
Approved by: https://github.com/clee2000
cleonard530 pushed a commit to cleonard530/pytorch that referenced this pull request Sep 22, 2025
Biggest difference between both conda and homebrew CPython builds and one from python.org, is that later are universal binaries and they are always trying to build universal extension...

Workaround lots of universal binary build attempts by explicitly specifying both `_PYTHON_PLATFORM` and `--plat-name` as well as `ARCH_FLAGS`

Suppressed actionlint warning on use of `freethreaded` flag which is document in https://github.com/actions/setup-python/tree/v5

TODO: Remove lots of temporary workarounds when `3.14` is out in October 2025

Pull Request resolved: pytorch#162136
Approved by: https://github.com/atalman, https://github.com/huydhn
ghstack dependencies: pytorch#162297, pytorch#162265
cleonard530 pushed a commit to cleonard530/pytorch that referenced this pull request Sep 22, 2025
This code is a delicious spaghetti: Sometimes python version is defined in jinja template (see pytorch#162297 ) sometimes in shell script (see pytorch#162877 ), but this time around it's in a python file (and there is another one called `generate_binary_build_matrix.py` that defines `FULL_PYTHON_VERSIONS`)

Pull Request resolved: pytorch#163339
Approved by: https://github.com/clee2000
pytorchbot pushed a commit that referenced this pull request Sep 24, 2025
This code is a delicious spaghetti: Sometimes python version is defined in jinja template (see #162297 ) sometimes in shell script (see #162877 ), but this time around it's in a python file (and there is another one called `generate_binary_build_matrix.py` that defines `FULL_PYTHON_VERSIONS`)

Pull Request resolved: #163339
Approved by: https://github.com/clee2000

(cherry picked from commit 52dd7a8)
Camyll pushed a commit that referenced this pull request Sep 24, 2025
Move ROCM trunk wheel builds to 3.10 (#163339)

This code is a delicious spaghetti: Sometimes python version is defined in jinja template (see #162297 ) sometimes in shell script (see #162877 ), but this time around it's in a python file (and there is another one called `generate_binary_build_matrix.py` that defines `FULL_PYTHON_VERSIONS`)

Pull Request resolved: #163339
Approved by: https://github.com/clee2000

(cherry picked from commit 52dd7a8)

Co-authored-by: Nikita Shulga <[email protected]>
dsashidh pushed a commit to dsashidh/pytorch that referenced this pull request Sep 26, 2025
Biggest difference between both conda and homebrew CPython builds and one from python.org, is that later are universal binaries and they are always trying to build universal extension...

Workaround lots of universal binary build attempts by explicitly specifying both `_PYTHON_PLATFORM` and `--plat-name` as well as `ARCH_FLAGS`

Suppressed actionlint warning on use of `freethreaded` flag which is document in https://github.com/actions/setup-python/tree/v5

TODO: Remove lots of temporary workarounds when `3.14` is out in October 2025

Pull Request resolved: pytorch#162136
Approved by: https://github.com/atalman, https://github.com/huydhn
ghstack dependencies: pytorch#162297, pytorch#162265
dsashidh pushed a commit to dsashidh/pytorch that referenced this pull request Sep 26, 2025
This code is a delicious spaghetti: Sometimes python version is defined in jinja template (see pytorch#162297 ) sometimes in shell script (see pytorch#162877 ), but this time around it's in a python file (and there is another one called `generate_binary_build_matrix.py` that defines `FULL_PYTHON_VERSIONS`)

Pull Request resolved: pytorch#163339
Approved by: https://github.com/clee2000
@github-actions github-actions bot deleted the gh/malfet/512/head branch October 6, 2025 02:11
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.

5 participants