Skip to content

Conversation

angelayi
Copy link
Contributor

@angelayi angelayi commented Mar 20, 2024

Stack from ghstack (oldest at bottom):

I didn't previously test the .backwards() call, and when testing on #122348 I realized we were missing some token handling in some places.

Copy link

pytorch-bot bot commented Mar 20, 2024

🔗 Helpful Links

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

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

✅ No Failures

As of commit c775fed with merge base 16935de (image):
💚 Looks good so far! There are no failures yet. 💚

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

def runtime_wrapper(*args):
# Pass in effect tokens (See Note [Side-Effectful Tokens in AOTAutograd])
args = (*[torch.tensor([])] * num_tokens, *args)
if num_tokens > 0:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@zhuhaozhe addressing #121882 here

I didn't previously test the `.backwards()` call, and when testing on #122348 I realized we were missing some token handling in some places.


[ghstack-poisoned]
@angelayi
Copy link
Contributor Author

@pytorchbot merge

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Mar 22, 2024
@angelayi angelayi added the topic: not user facing topic category label Mar 22, 2024
@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

@pytorchmergebot
Copy link
Collaborator

Merge failed

Reason: 3 jobs have failed, first few of them are: .github/workflows/trunk.yml, .github/workflows/generated-linux-binary-libtorch-cxx11-abi-main.yml, .github/workflows/generated-linux-binary-libtorch-pre-cxx11-main.yml

Details for Dev Infra team Raised by workflow job

@angelayi angelayi added ciflow/trunk Trigger trunk jobs on your pull request and removed ciflow/trunk Trigger trunk jobs on your pull request labels Mar 22, 2024
@angelayi
Copy link
Contributor Author

@pytorchbot merge

@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

pytorch-bot bot pushed a commit that referenced this pull request Apr 22, 2024
I didn't previously test the `.backwards()` call, and when testing on #122348 I realized we were missing some token handling in some places.

Pull Request resolved: #122346
Approved by: https://github.com/zou3519
@github-actions github-actions bot deleted the gh/angelayi/46/head branch April 22, 2024 01:53
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 topic: not user facing topic category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants