-
Notifications
You must be signed in to change notification settings - Fork 607
Add support for outputting constants #1774
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/1774
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit ec93a10 with merge base 5d0a7a0 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D53256808 |
Summary: For Seamless model we ran into a case where we have to either return an int/float or a list of int's/float's from the model. We need to add support for this in the emitter and make sure that the memory planning pass ignores these. Differential Revision: D53256808
be96db0
to
b9b341d
Compare
This pull request was exported from Phabricator. Differential Revision: D53256808 |
Summary: For Seamless model we ran into a case where we have to either return an int/float or a list of int's/float's from the model. We need to add support for this in the emitter and make sure that the memory planning pass ignores these. Differential Revision: D53256808
b9b341d
to
e34e857
Compare
This pull request was exported from Phabricator. Differential Revision: D53256808 |
Summary: For Seamless model we ran into a case where we have to either return an int/float or a list of int's/float's from the model. We need to add support for this in the emitter and make sure that the memory planning pass ignores these. Differential Revision: D53256808
e34e857
to
aa55556
Compare
This pull request was exported from Phabricator. Differential Revision: D53256808 |
Summary: For Seamless model we ran into a case where we have to either return an int/float or a list of int's/float's from the model. We need to add support for this in the emitter and make sure that the memory planning pass ignores these. Differential Revision: D53256808
Summary: For Seamless model we ran into a case where we have to either return an int/float or a list of int's/float's from the model. We need to add support for this in the emitter and make sure that the memory planning pass ignores these. Differential Revision: D53256808
aa55556
to
ca536da
Compare
This pull request was exported from Phabricator. Differential Revision: D53256808 |
Summary: For Seamless model we ran into a case where we have to either return an int/float or a list of int's/float's from the model. We need to add support for this in the emitter and make sure that the memory planning pass ignores these. Reviewed By: angelayi Differential Revision: D53256808
Summary: For Seamless model we ran into a case where we have to either return an int/float or a list of int's/float's from the model. We need to add support for this in the emitter and make sure that the memory planning pass ignores these. Reviewed By: angelayi Differential Revision: D53256808
Summary: For Seamless model we ran into a case where we have to either return an int/float or a list of int's/float's from the model. We need to add support for this in the emitter and make sure that the memory planning pass ignores these. Reviewed By: angelayi Differential Revision: D53256808
ca536da
to
5358f7f
Compare
This pull request was exported from Phabricator. Differential Revision: D53256808 |
Summary: For Seamless model we ran into a case where we have to either return an int/float or a list of int's/float's from the model. We need to add support for this in the emitter and make sure that the memory planning pass ignores these. Reviewed By: angelayi Differential Revision: D53256808
Summary: For Seamless model we ran into a case where we have to either return an int/float or a list of int's/float's from the model. We need to add support for this in the emitter and make sure that the memory planning pass ignores these. Reviewed By: angelayi Differential Revision: D53256808
5358f7f
to
153c339
Compare
This pull request was exported from Phabricator. Differential Revision: D53256808 |
Summary: For Seamless model we ran into a case where we have to either return an int/float or a list of int's/float's from the model. We need to add support for this in the emitter and make sure that the memory planning pass ignores these. Reviewed By: angelayi Differential Revision: D53256808
153c339
to
256ce2f
Compare
This pull request was exported from Phabricator. Differential Revision: D53256808 |
Summary: For Seamless model we ran into a case where we have to either return an int/float or a list of int's/float's from the model. We need to add support for this in the emitter and make sure that the memory planning pass ignores these. Reviewed By: angelayi Differential Revision: D53256808
256ce2f
to
ec93a10
Compare
This pull request was exported from Phabricator. Differential Revision: D53256808 |
This pull request has been merged in 5d7edcb. |
Summary: For Seamless model we ran into a case where we have to either return an int/float or a list of int's/float's from the model. We need to add support for this in the emitter and make sure that the memory planning pass ignores these.
Differential Revision: D53256808