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

[invoke_subgraph][aot_autograd_cache] Cache AC HOP #139094

Open
wants to merge 4 commits into
base: gh/anijain2305/566/base
Choose a base branch
from

Conversation

Copy link

pytorch-bot bot commented Oct 28, 2024

🔗 Helpful Links

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

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

❌ 1 New Failure

As of commit b3492e2 with merge base 3d0aa6f (image):

NEW FAILURE - The following job has failed:

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

anijain2305 added a commit that referenced this pull request Oct 28, 2024
ghstack-source-id: 4df9fc555ebece5d4cbc2beac9fe816833818c21
Pull Request resolved: #139094
cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 kadeng chauhang amjames rec

[ghstack-poisoned]
@anijain2305 anijain2305 changed the title [not ready][aot_autograd_cache] Cache AC HOP [aot_autograd_cache] Cache AC HOP Oct 28, 2024
cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 kadeng chauhang amjames rec

[ghstack-poisoned]
cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 kadeng chauhang amjames rec

[ghstack-poisoned]
@anijain2305 anijain2305 changed the title [aot_autograd_cache] Cache AC HOP [invoke_subgraph][aot_autograd_cache] Cache AC HOP Oct 28, 2024
@anijain2305 anijain2305 added the ciflow/trunk Trigger trunk jobs on your pull request label Oct 28, 2024
return torch.sin(x)

def fn2_checkpoint(x):
return (torch.utils.checkpoint.checkpoint(fn2, x, use_reentrant=False),)
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't remember how AC with SAC works, but that is probably not cacheable because we do not trace out the SAC function

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 module: dynamo topic: not user facing topic category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants