-
Notifications
You must be signed in to change notification settings - Fork 608
[ExecuTorch] Fix missing cstdint in vec_base.h #5747
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
This header uses int32_t etc and doesn't have this include. Differential Revision: [D63638423](https://our.internmc.facebook.com/intern/diff/D63638423/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/5747
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit 6da4c8e with merge base fe0e676 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This header uses int32_t etc and doesn't have this include. Differential Revision: [D63638423](https://our.internmc.facebook.com/intern/diff/D63638423/) ghstack-source-id: 245437209 Pull Request resolved: #5747
This pull request was exported from Phabricator. Differential Revision: D63638423 |
This pull request has been merged in e2f1aca. |
@pytorchbot cherry-pick --onto release/0.4 -c release |
Summary: Pull Request resolved: #5747 This header uses int32_t etc and doesn't have this include. ghstack-source-id: 245437209 exported-using-ghexport Reviewed By: kimishpatel Differential Revision: D63638423 fbshipit-source-id: 594c3e8de20699e964e54cde732968c237bd0a72 (cherry picked from commit e2f1aca)
Cherry picking #5747The cherry pick PR is at #6107 The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Fix missing cstdint in vec_base.h (#5747) Summary: Pull Request resolved: #5747 This header uses int32_t etc and doesn't have this include. ghstack-source-id: 245437209 exported-using-ghexport Reviewed By: kimishpatel Differential Revision: D63638423 fbshipit-source-id: 594c3e8de20699e964e54cde732968c237bd0a72 (cherry picked from commit e2f1aca) Co-authored-by: Scott Wolchok <[email protected]>
Stack from ghstack (oldest at bottom):
This header uses int32_t etc and doesn't have this include.
Differential Revision: D63638423