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

Add aot_inference_graph message type #75

Merged
merged 3 commits into from
Oct 15, 2024
Merged

Conversation

yf225
Copy link
Contributor

@yf225 yf225 commented Oct 13, 2024

Compiled Autograd uses the AOT inference path, but it shows up as "aot_forward_graph" in tlparse output, which causes it to not be easily differentiable from normal "aot_forward_graph"s that are also in the tlparse output. We want to rename it to "aot_inference_graph" which makes it easier to tell which tlparse graph block is from Compiled Autograd.

This PR specifically adds the aot_inference_graph message type, and the pytorch/pytorch#137803 PR renames AOT inference path's graph to aot_inference_graph. After that PR is also landed, I will update the tlparse unit tests to use aot_inference_graph instead of aot_forward_graph where appropriate.

@yf225 yf225 changed the title Add support for aot_inference_graph parsing Add aot_inference_graph message type Oct 13, 2024
@yf225 yf225 changed the title Add aot_inference_graph message type Add aot_inference_graph message type Oct 13, 2024
@ezyang ezyang merged commit afb63a7 into ezyang:main Oct 15, 2024
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants