-
Notifications
You must be signed in to change notification settings - Fork 551
Dtype selective build: check if portable/optimized in deps #10998
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
When dtype selective build is enabled: Show a warning if kernel_deps does not contain portable/optimized Error out if deps contains portable/optimized, and it is also in kernel_deps. Differential Revision: [D74922471](https://our.internmc.facebook.com/intern/diff/D74922471/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10998
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit ecd1cb7 with merge base d50f26f ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
When dtype selective build is enabled: Show a warning if kernel_deps does not contain portable/optimized Error out if deps contains portable/optimized, and it is also in kernel_deps. Differential Revision: [D74922471](https://our.internmc.facebook.com/intern/diff/D74922471/) ghstack-source-id: 285013949 Pull Request resolved: #10998
This pull request was exported from Phabricator. Differential Revision: D74922471 |
When dtype selective build is enabled: Show a warning if kernel_deps does not contain portable/optimized Error out if deps contains portable/optimized, and it is also in kernel_deps. Differential Revision: [D74922471](https://our.internmc.facebook.com/intern/diff/D74922471/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D74922471 |
6065894
into
gh/lucylq/80/base
Pull Request resolved: #10998 When dtype selective build is enabled, error out if `kernel_deps` contains portable/optimized ops, and `deps` also contains portable/optimized. The check is recursive, ie, if any item in `deps` transitively depends on portable/optimized. Differential Revision: [D74922471](https://our.internmc.facebook.com/intern/diff/D74922471/) ghstack-source-id: 285201954
Pull Request resolved: #10998 When dtype selective build is enabled, error out if `kernel_deps` contains portable/optimized ops, and `deps` also contains portable/optimized. The check is recursive, ie, if any item in `deps` transitively depends on portable/optimized. Differential Revision: [D74922471](https://our.internmc.facebook.com/intern/diff/D74922471/) ghstack-source-id: 285201954
Stack from ghstack (oldest at bottom):
When dtype selective build is enabled:
Show a warning if kernel_deps does not contain portable/optimized
Error out if deps contains portable/optimized, and it is also in kernel_deps.
Differential Revision: D74922471