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

✨[Feature] Performance optimization of PyTorch + TRT subgraphs #3277

Open
Tracked by #3274
keehyuna opened this issue Nov 4, 2024 · 0 comments · May be fixed by #3270
Open
Tracked by #3274

✨[Feature] Performance optimization of PyTorch + TRT subgraphs #3277

keehyuna opened this issue Nov 4, 2024 · 0 comments · May be fixed by #3270
Assignees
Labels
feature request New feature or request

Comments

@keehyuna
Copy link
Collaborator

keehyuna commented Nov 4, 2024

Is your feature request related to a problem? Please describe.

If there is graph breaks due to unsupported ops, overhead between TRT and torch module is observed.

Describe the solution you'd like

Entire subgraphs are capture/replayed by cuda graphs in wrapper runtime module

Describe alternatives you've considered

cuda graph can be applied to torch and trt module individually but it's not ideal to reduce cpu overhead.

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants