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

Use jit tracing functionality for more accurate capture of all ops #3

Open
rwightman opened this issue Jun 10, 2019 · 1 comment
Open

Comments

@rwightman
Copy link

Current impl based on forward hook only captures operations in the model that have been placed in Modules. If functional ops are used, they are missed.

I believe a solution would involve utilizing the functionality of the JIT tracing capability, by basing the analysis on the ScriptModule or graph output from the trace function.

@ppwwyyxx
Copy link

ppwwyyxx commented Oct 7, 2020

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

No branches or pull requests

2 participants