-
Notifications
You must be signed in to change notification settings - Fork 684
Fix reduction over dim list for empty input #13833
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
Fix reduction over dim list for empty input #13833
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13833
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 71e0873 with merge base f0368db ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D81383049 |
This PR needs a
|
Summary: Allow empty input in `MapReduceOverDimListPlan` Avoid integer division by zero in `parallel_for_each_reduce_over_dim_list_output_index` Add empty input tests for ops: any, mean, sum & var Differential Revision: D81383049
b892593
to
b495ae3
Compare
This pull request was exported from Phabricator. Differential Revision: D81383049 |
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.
Review automatically exported from Phabricator review in Meta.
Summary: Allow empty input in `MapReduceOverDimListPlan` Avoid integer division by zero in `parallel_for_each_reduce_over_dim_list_output_index` Add empty input tests for ops: any, mean, sum & var Differential Revision: D81383049
b495ae3
to
71e0873
Compare
This pull request was exported from Phabricator. Differential Revision: D81383049 |
Summary:
Allow empty input in
MapReduceOverDimListPlan
Avoid integer division by zero in
parallel_for_each_reduce_over_dim_list_output_index
Add empty input tests for ops: any, mean, sum & var
Differential Revision: D81383049