-
Notifications
You must be signed in to change notification settings - Fork 683
NXP backend: Move optimization in keep_one_empty_buffer.py to Model builder #14163
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14163
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 2 Cancelled JobsAs of commit 01d03ca with merge base eec95d0 ( NEW FAILURE - The following job has failed:
CANCELLED JOBS - The following jobs were cancelled. Please retry:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label "module: nxp" "release notes: nxp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
be20b38
to
aeef112
Compare
aeef112
to
72c82db
Compare
There are some lintrunner issues. @roman-janik-nxp, can you fix it? |
72c82db
to
4fa822f
Compare
Done. |
…in-keep_one_empty_buffer.py-to-model-builder
…uilder (pytorch#14163) ### Summary Move optimization in keep_one_empty_buffer.py to IR Model builder. This functionality is not an optimization, but a required housekeeping step to build a valid IR model for Neutron Converter. ### Test plan All tests where a subgraph is delegated to Neutron.
Summary
Move optimization in keep_one_empty_buffer.py to IR Model builder. This functionality wasn't an optimization, but a required step needed to successfully build a IR model for delegation.
Test plan
All tests where a subgraph is delegated to Neutron.
cc @robert-kalmar @roman-janik-nxp @StrycekSimon @jirioc @MartinPavella