-
Notifications
You must be signed in to change notification settings - Fork 645
Require setting all inputs before execution. #13207
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/13207
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 194 PendingAs of commit 65f73e0 with merge base 077feaf ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D79849134 |
Summary: Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
87d6c94
to
83e430f
Compare
This pull request was exported from Phabricator. Differential Revision: D79849134 |
Summary: Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
83e430f
to
44055a8
Compare
Summary: Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
44055a8
to
19369df
Compare
This pull request was exported from Phabricator. Differential Revision: D79849134 |
Summary: Pull Request resolved: pytorch#13207 Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
19369df
to
77222c1
Compare
This pull request was exported from Phabricator. Differential Revision: D79849134 |
Summary: Pull Request resolved: pytorch#13207 Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
8eba69d
to
718c2a9
Compare
Summary: Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
This pull request was exported from Phabricator. Differential Revision: D79849134 |
Summary: Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
718c2a9
to
120f5c0
Compare
This pull request was exported from Phabricator. Differential Revision: D79849134 |
Summary: Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
120f5c0
to
d21c616
Compare
This pull request was exported from Phabricator. Differential Revision: D79849134 |
Summary: Pull Request resolved: pytorch#13207 Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
313eecf
to
b6a1a52
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tentively approving but please watch ci carefully since this is a breaking change
Summary: Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
b6a1a52
to
5f9bf2c
Compare
This pull request was exported from Phabricator. Differential Revision: D79849134 |
Summary: Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
Summary: Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
5f9bf2c
to
b356b16
Compare
Summary: Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
Summary: Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
Summary: Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
Summary: Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
Summary: Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
This pull request was exported from Phabricator. Differential Revision: D79849134 |
Summary: Pull Request resolved: pytorch#13207 Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
b356b16
to
0004f78
Compare
Summary: Fix the ET_CHECK_OK_OR_RETURN_ERROR macro so MSVC picks the right overload for 1 vs 2+ arguments. This removes bogus trailing-comma cases and resolves MSVC compile errors (C2440, C2064, C2059, C4834). Reviewed By: JacobSzwejbka Differential Revision: D79865456
Summary: Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
0004f78
to
17be76e
Compare
This pull request was exported from Phabricator. Differential Revision: D79849134 |
Summary: Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
Summary: Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
Summary: Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
Summary: Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
Summary: Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
Summary: Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly. Reviewed By: JacobSzwejbka Differential Revision: D79849134
Summary: Method never cared to check all the inputs were properly set before execution and basically used some default allocated memory for unset inputs. Here we introduce a safety check to guarantee users don't forget to set all inputs explicitly.
Differential Revision: D79849134