Skip to content
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

[optim/dynamo] shortcut adagrad with has_complex #112722

Conversation

jon-chuang
Copy link
Collaborator

@jon-chuang jon-chuang commented Nov 2, 2023

Copy link

pytorch-bot bot commented Nov 2, 2023

🔗 Helpful Links

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

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

⏳ No Failures, 1 Pending

As of commit 7fc0c32 with merge base 68dead4 (image):
💚 Looks good so far! There are no failures yet. 💚

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

Copy link
Collaborator

@albanD albanD left a comment

Choose a reason for hiding this comment

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

Thanks!
Any test needs updating?

@albanD albanD added the triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module label Nov 2, 2023
@jon-chuang
Copy link
Collaborator Author

jon-chuang commented Nov 2, 2023

There are existing tests for has_complex cases. This PR just makes the non-has_complex tracing path faster.

def test_adagrad_complex(self):

@jon-chuang
Copy link
Collaborator Author

jon-chuang commented Nov 2, 2023

The compile + complex path is currently IIRC untested so that could honestly be improved.

Created an issue: #112731

@jon-chuang
Copy link
Collaborator Author

@pytorchbot merge

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Nov 2, 2023
@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

xuhancn pushed a commit to xuhancn/pytorch that referenced this pull request Nov 7, 2023
Follow up to pytorch#110706, it was missed as depended on another fix

Pull Request resolved: pytorch#112722
Approved by: https://github.com/albanD
Skylion007 pushed a commit to Skylion007/pytorch that referenced this pull request Nov 14, 2023
Follow up to pytorch#110706, it was missed as depended on another fix

Pull Request resolved: pytorch#112722
Approved by: https://github.com/albanD
andreigh pushed a commit to andreigh/pytorch that referenced this pull request Nov 19, 2023
Follow up to pytorch#110706, it was missed as depended on another fix

Pull Request resolved: pytorch#112722
Approved by: https://github.com/albanD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ciflow/trunk Trigger trunk jobs on your pull request Merged module: dynamo open source release notes: optim topic: not user facing topic category triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants