Skip to content

Conversation

@williamwen42
Copy link
Member

@williamwen42 williamwen42 commented Sep 6, 2025

@pytorch-bot
Copy link

pytorch-bot bot commented Sep 6, 2025

🔗 Helpful Links

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

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

❌ 1 New Failure

As of commit e230fbc with merge base ef3be67 (image):

NEW FAILURE - The following job has failed:

  • trunk / macos-py3-arm64 / build (gh)
    /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/ammintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"

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

williamwen42 added a commit that referenced this pull request Sep 6, 2025
@williamwen42 williamwen42 added topic: bug fixes topic category release notes: dynamo module: python version Issues related to specific Python versions labels Sep 6, 2025
Copy link
Contributor

@Lucaskabela Lucaskabela left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should just need an assertion that value is not None to make mypy happy - otherwise LGTM. Thanks for updating the comment for the variable as well :)

Fixes #162313

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 kadeng chauhang amjames Lucaskabela mlazos

[ghstack-poisoned]
williamwen42 added a commit that referenced this pull request Sep 8, 2025
@williamwen42
Copy link
Member Author

@pytorchbot merge

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Sep 8, 2025
@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged once all checks pass (ETA 0-4 Hours).

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

@williamwen42
Copy link
Member Author

@williamwen42 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@pytorchmergebot
Copy link
Collaborator

Merge failed

Reason: 1 jobs have failed, first few of them are: trunk / macos-py3-arm64 / build

Details for Dev Infra team Raised by workflow job

@williamwen42
Copy link
Member Author

@pytorchbot merge -i

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged while ignoring the following 1 checks: trunk / macos-py3-arm64 / build

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

@williamwen42
Copy link
Member Author

@pytorchbot cherry-pick --onto release/2.9 --fixes "#162313 - potential crash in Python 3.11+" -c critical

@pytorchbot
Copy link
Collaborator

Cherry picking #162318

Command git -C /home/runner/work/pytorch/pytorch cherry-pick -x 26a1b9cce29f2edfbed661a229ead67fed613914 returned non-zero exit code 1

The previous cherry-pick is now empty, possibly due to conflict resolution.
If you wish to commit it anyway, use:

    git commit --allow-empty

Otherwise, please use 'git cherry-pick --skip'
On branch cherry-pick-162318-by-pytorch_bot_bot_
You are currently cherry-picking commit 26a1b9cce29.
  (all conflicts fixed: run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

nothing to commit, working tree clean
Details for Dev Infra team Raised by workflow job

@github-actions github-actions bot deleted the gh/williamwen42/289/head branch October 13, 2025 02:15
williamwen42 added a commit that referenced this pull request Oct 27, 2025
The error I attempted to fix in #162318 was still appearing internally.

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 kadeng chauhang amjames Lucaskabela

[ghstack-poisoned]
williamwen42 added a commit that referenced this pull request Oct 27, 2025
Fixes #166176

The error I attempted to fix in #162318 was still appearing internally.

Surprised that this wasn't caught anywhere 😰 

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 kadeng chauhang amjames Lucaskabela

[ghstack-poisoned]
pytorchmergebot pushed a commit that referenced this pull request Oct 28, 2025
Fixes #166176

The error I attempted to fix in #162318 was still appearing internally.

Surprised that this wasn't caught anywhere 😰

Pull Request resolved: #166040
Approved by: https://github.com/Lucaskabela
ghstack dependencies: #166036
Lucaskabela pushed a commit that referenced this pull request Nov 4, 2025
Fixes #166176

The error I attempted to fix in #162318 was still appearing internally.

Surprised that this wasn't caught anywhere 😰

Pull Request resolved: #166040
Approved by: https://github.com/Lucaskabela
ghstack dependencies: #166036

(cherry picked from commit 32fe4f6)
Lucaskabela pushed a commit that referenced this pull request Nov 4, 2025
Fixes #166176

The error I attempted to fix in #162318 was still appearing internally.

Surprised that this wasn't caught anywhere 😰

Pull Request resolved: #166040
Approved by: https://github.com/Lucaskabela
ghstack dependencies: #166036

(cherry picked from commit 32fe4f6)
Lucaskabela pushed a commit that referenced this pull request Nov 4, 2025
Fixes #166176

The error I attempted to fix in #162318 was still appearing internally.

Surprised that this wasn't caught anywhere 😰

Pull Request resolved: #166040
Approved by: https://github.com/Lucaskabela
ghstack dependencies: #166036

(cherry picked from commit 32fe4f6)
Lucaskabela pushed a commit that referenced this pull request Nov 4, 2025
Fixes #166176

The error I attempted to fix in #162318 was still appearing internally.

Surprised that this wasn't caught anywhere 😰

Pull Request resolved: #166040
Approved by: https://github.com/Lucaskabela
ghstack dependencies: #166036

(cherry picked from commit 32fe4f6)
Lucaskabela pushed a commit that referenced this pull request Nov 4, 2025
Fixes #166176

The error I attempted to fix in #162318 was still appearing internally.

Surprised that this wasn't caught anywhere 😰

Pull Request resolved: #166040
Approved by: https://github.com/Lucaskabela
ghstack dependencies: #166036

(cherry picked from commit 32fe4f6)
atalman pushed a commit that referenced this pull request Nov 5, 2025
* [dynamo] fix store attr graph break in with block (#166036)

Fixes #166033

Differential Revision: [D85198055](https://our.internmc.facebook.com/intern/diff/D85198055)
Pull Request resolved: #166036
Approved by: https://github.com/Lucaskabela

(cherry picked from commit ebb2b2e)

* [dynamo] fix keyerror in resume_execution (again) (#166040)

Fixes #166176

The error I attempted to fix in #162318 was still appearing internally.

Surprised that this wasn't caught anywhere 😰

Pull Request resolved: #166040
Approved by: https://github.com/Lucaskabela
ghstack dependencies: #166036

(cherry picked from commit 32fe4f6)

* fix self.current_instruction -> cur_tx.current_instruction

---------

Co-authored-by: William Wen <williamwen@meta.com>
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: dynamo module: python version Issues related to specific Python versions release notes: dynamo topic: bug fixes topic category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants