-
Notifications
You must be signed in to change notification settings - Fork 607
Remove ET_ALLOCATE_LIST_OR_RETURN_ERROR from all core code for MSVC windows #6502
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/6502
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit be98629 with merge base 41a57e6 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D64952858 |
58159f9
to
70678c5
Compare
…indows (#6502) Summary: Remove all instances of `ET_ALLOCATE_LIST_OR_RETURN_ERROR` from the core code and instead allocate and check for a null-pointer which is MSVC compatible. Differential Revision: D64952858
This pull request was exported from Phabricator. Differential Revision: D64952858 |
…indows (#6502) Summary: Remove all instances of `ET_ALLOCATE_LIST_OR_RETURN_ERROR` from the core code and instead allocate and check for a null-pointer which is MSVC compatible. Differential Revision: D64952858
…indows (#6502) Summary: Remove all instances of `ET_ALLOCATE_LIST_OR_RETURN_ERROR` from the core code and instead allocate and check for a null-pointer which is MSVC compatible. Reviewed By: larryliu0820 Differential Revision: D64952858
70678c5
to
12ec7d8
Compare
…indows (#6502) Summary: Remove all instances of `ET_ALLOCATE_LIST_OR_RETURN_ERROR` from the core code and instead allocate and check for a null-pointer which is MSVC compatible. Reviewed By: larryliu0820 Differential Revision: D64952858
12ec7d8
to
e2fed44
Compare
This pull request was exported from Phabricator. Differential Revision: D64952858 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D64952858 |
…indows (#6502) Summary: Remove all instances of `ET_ALLOCATE_LIST_OR_RETURN_ERROR` from the core code and instead allocate and check for a null-pointer which is MSVC compatible. Reviewed By: larryliu0820 Differential Revision: D64952858
e2fed44
to
59292a4
Compare
This pull request was exported from Phabricator. Differential Revision: D64952858 |
…indows (#6502) Summary: Remove all instances of `ET_ALLOCATE_LIST_OR_RETURN_ERROR` from the core code and instead allocate and check for a null-pointer which is MSVC compatible. Reviewed By: larryliu0820 Differential Revision: D64952858
59292a4
to
95396d9
Compare
This pull request was exported from Phabricator. Differential Revision: D64952858 |
…indows (#6502) Summary: Remove all instances of `ET_ALLOCATE_LIST_OR_RETURN_ERROR` from the core code and instead allocate and check for a null-pointer which is MSVC compatible. Reviewed By: larryliu0820 Differential Revision: D64952858
95396d9
to
be98629
Compare
This pull request was exported from Phabricator. Differential Revision: D64952858 |
Summary: Remove all instances of
ET_ALLOCATE_LIST_OR_RETURN_ERROR
from the core code and instead allocate and check for a null-pointer which is MSVC compatible.Differential Revision: D64952858