-
Notifications
You must be signed in to change notification settings - Fork 751
Ensure that lifted tensor constants don't show up as inputs in emitted program #1897
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/1897
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (3 Unrelated Failures)As of commit 4543504 with merge base 3164688 ( FLAKY - The following job failed but was likely due to flakiness present on trunk:
BROKEN TRUNK - The following jobs failed but was present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D53584903 |
…d program (#1897) Summary: Currently lifted tensor constants are showing up as inputs to the emitted program. This shouldn't be the case as they're embedded inside the program as constants and the user will not be passing these in as inputs. Differential Revision: D53584903
814b9e9 to
be06acd
Compare
|
This pull request was exported from Phabricator. Differential Revision: D53584903 |
…d program (#1897) Summary: Currently lifted tensor constants are showing up as inputs to the emitted program. This shouldn't be the case as they're embedded inside the program as constants and the user will not be passing these in as inputs. Reviewed By: angelayi Differential Revision: D53584903
be06acd to
a90d7a3
Compare
|
This pull request was exported from Phabricator. Differential Revision: D53584903 |
…d program (#1897) Summary: Currently lifted tensor constants are showing up as inputs to the emitted program. This shouldn't be the case as they're embedded inside the program as constants and the user will not be passing these in as inputs. Reviewed By: angelayi Differential Revision: D53584903
a90d7a3 to
13a1836
Compare
|
This pull request was exported from Phabricator. Differential Revision: D53584903 |
…d program (#1897) Summary: Currently lifted tensor constants are showing up as inputs to the emitted program. This shouldn't be the case as they're embedded inside the program as constants and the user will not be passing these in as inputs. Reviewed By: angelayi Differential Revision: D53584903
13a1836 to
8eaba6b
Compare
|
This pull request was exported from Phabricator. Differential Revision: D53584903 |
8eaba6b to
ab94ee7
Compare
…d program (#1897) Summary: Currently lifted tensor constants are showing up as inputs to the emitted program. This shouldn't be the case as they're embedded inside the program as constants and the user will not be passing these in as inputs. Reviewed By: chakriu, angelayi Differential Revision: D53584903
|
This pull request was exported from Phabricator. Differential Revision: D53584903 |
…d program (#1897) Summary: Currently lifted tensor constants are showing up as inputs to the emitted program. This shouldn't be the case as they're embedded inside the program as constants and the user will not be passing these in as inputs. Reviewed By: chakriu, angelayi Differential Revision: D53584903
ab94ee7 to
d5db55e
Compare
|
This pull request was exported from Phabricator. Differential Revision: D53584903 |
…d program (#1897) Summary: Currently lifted tensor constants are showing up as inputs to the emitted program. This shouldn't be the case as they're embedded inside the program as constants and the user will not be passing these in as inputs. Reviewed By: chakriu, angelayi Differential Revision: D53584903
d5db55e to
f5298a7
Compare
|
This pull request was exported from Phabricator. Differential Revision: D53584903 |
…d program (#1897) Summary: Currently lifted tensor constants are showing up as inputs to the emitted program. This shouldn't be the case as they're embedded inside the program as constants and the user will not be passing these in as inputs. Reviewed By: chakriu, angelayi Differential Revision: D53584903
f5298a7 to
0bfa39e
Compare
|
This pull request was exported from Phabricator. Differential Revision: D53584903 |
…d program (#1897) Summary: Currently lifted tensor constants are showing up as inputs to the emitted program. This shouldn't be the case as they're embedded inside the program as constants and the user will not be passing these in as inputs. Reviewed By: chakriu, angelayi Differential Revision: D53584903
0bfa39e to
8fc0f28
Compare
|
This pull request was exported from Phabricator. Differential Revision: D53584903 |
…d program (#1897) Summary: Currently lifted tensor constants are showing up as inputs to the emitted program. This shouldn't be the case as they're embedded inside the program as constants and the user will not be passing these in as inputs. Reviewed By: chakriu, angelayi Differential Revision: D53584903
8fc0f28 to
17eab50
Compare
|
This pull request was exported from Phabricator. Differential Revision: D53584903 |
|
@tarun292 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
…d program (#1897) Summary: Currently lifted tensor constants are showing up as inputs to the emitted program. This shouldn't be the case as they're embedded inside the program as constants and the user will not be passing these in as inputs. Reviewed By: chakriu, angelayi Differential Revision: D53584903 Pulled By: tarun292
17eab50 to
4543504
Compare
|
This pull request was exported from Phabricator. Differential Revision: D53584903 |
Summary: Currently lifted tensor constants are showing up as inputs to the emitted program. This shouldn't be the case as they're embedded inside the program as constants and the user will not be passing these in as inputs.
Differential Revision: D53584903