-
Notifications
You must be signed in to change notification settings - Fork 365
✨[Feature] Do not remove nodes which are in-place operations (classified in TRT segments) in fallback #1121
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
Comments
Also add this as a test case for this PR #1067
|
Resolved by #1140. Closing |
@ncomly-nvidia I don't this this one should be closed. TensorRT/core/partitioning/partitioning.cpp Line 202 in 0738caa
|
This issue has not seen activity for 90 days, Remove stale label or comment or this will be closed in 10 days |
@gs-olive / @bowang007 How does this relate to index_put_? |
I don't think this specific case is directly related to I think in both the case of |
This issue has not seen activity for 90 days, Remove stale label or comment or this will be closed in 10 days |
Is your feature request related to a problem? Please describe.
Currently for eg: if aten::append is in prim::If block, it gets removed because it is classified as TRT segment. No output is registered for it because aten::append is an inplace op. Make modifications to registerSegmentsOutputs
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: