-
Notifications
You must be signed in to change notification settings - Fork 407
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
Add stride constraint to XNN MaxPool #7354
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/7354
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 85272f9 with merge base ed15042 (): This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D67380978 |
5dc0b4f
to
f8c6ba9
Compare
@GregoryComer has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Add an XNNPACK partitioner constraint for MaxPool2d to enforce stride <= kernel_size. See https://github.com/google/XNNPACK/blob/860f2b9ad9d3602599aff49a41d0131d2a350e00/src/subgraph/max-pooling-2d.c#L327. Test Plan: Added an operator-level test (test_fp32_maxpool2d_unsupported_stride) to verify the new constraint. ``` buck test executorch/backends/xnnpack/test:test_xnnpack_ops -- maxpool2d ``` Reviewed By: digantdesai Differential Revision: D67380978 Pulled By: GregoryComer
f8c6ba9
to
20fe6e8
Compare
This pull request was exported from Phabricator. Differential Revision: D67380978 |
Summary: Add an XNNPACK partitioner constraint for MaxPool2d to enforce stride <= kernel_size. See https://github.com/google/XNNPACK/blob/860f2b9ad9d3602599aff49a41d0131d2a350e00/src/subgraph/max-pooling-2d.c#L327. Test Plan: Added an operator-level test (test_fp32_maxpool2d_unsupported_stride) to verify the new constraint. ``` buck test executorch/backends/xnnpack/test:test_xnnpack_ops -- maxpool2d ``` Reviewed By: digantdesai Differential Revision: D67380978 Pulled By: GregoryComer
20fe6e8
to
1483dfa
Compare
This pull request was exported from Phabricator. Differential Revision: D67380978 |
1483dfa
to
6d697d4
Compare
Summary: Add an XNNPACK partitioner constraint for MaxPool2d to enforce stride <= kernel_size. See https://github.com/google/XNNPACK/blob/860f2b9ad9d3602599aff49a41d0131d2a350e00/src/subgraph/max-pooling-2d.c#L327. Test Plan: Added an operator-level test (test_fp32_maxpool2d_unsupported_stride) to verify the new constraint. ``` buck test executorch/backends/xnnpack/test:test_xnnpack_ops -- maxpool2d ``` Reviewed By: digantdesai Differential Revision: D67380978 Pulled By: GregoryComer
This pull request was exported from Phabricator. Differential Revision: D67380978 |
Summary: Add an XNNPACK partitioner constraint for MaxPool2d to enforce stride <= kernel_size. See https://github.com/google/XNNPACK/blob/860f2b9ad9d3602599aff49a41d0131d2a350e00/src/subgraph/max-pooling-2d.c#L327. Test Plan: Added an operator-level test (test_fp32_maxpool2d_unsupported_stride) to verify the new constraint. ``` buck test executorch/backends/xnnpack/test:test_xnnpack_ops -- maxpool2d ``` Reviewed By: digantdesai Differential Revision: D67380978 Pulled By: GregoryComer
6d697d4
to
d557c62
Compare
Summary: Add an XNNPACK partitioner constraint for MaxPool2d to enforce stride <= kernel_size. See https://github.com/google/XNNPACK/blob/860f2b9ad9d3602599aff49a41d0131d2a350e00/src/subgraph/max-pooling-2d.c#L327. Test Plan: Added an operator-level test (test_fp32_maxpool2d_unsupported_stride) to verify the new constraint. ``` buck test executorch/backends/xnnpack/test:test_xnnpack_ops -- maxpool2d ``` Reviewed By: digantdesai Differential Revision: D67380978 Pulled By: GregoryComer
d557c62
to
a37308f
Compare
@GregoryComer has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Add an XNNPACK partitioner constraint for MaxPool2d to enforce stride <= kernel_size. See https://github.com/google/XNNPACK/blob/860f2b9ad9d3602599aff49a41d0131d2a350e00/src/subgraph/max-pooling-2d.c#L327. Reviewed By: digantdesai Differential Revision: D67380978 Pulled By: GregoryComer
a37308f
to
20b8f49
Compare
This pull request was exported from Phabricator. Differential Revision: D67380978 |
Summary: Add an XNNPACK partitioner constraint for MaxPool2d to enforce stride <= kernel_size. See https://github.com/google/XNNPACK/blob/860f2b9ad9d3602599aff49a41d0131d2a350e00/src/subgraph/max-pooling-2d.c#L327. Reviewed By: digantdesai Differential Revision: D67380978 Pulled By: GregoryComer
20b8f49
to
a6b9c87
Compare
This pull request was exported from Phabricator. Differential Revision: D67380978 |
Summary: Add an XNNPACK partitioner constraint for MaxPool2d to enforce stride <= kernel_size. See https://github.com/google/XNNPACK/blob/860f2b9ad9d3602599aff49a41d0131d2a350e00/src/subgraph/max-pooling-2d.c#L327. Reviewed By: digantdesai Differential Revision: D67380978 Pulled By: GregoryComer
a6b9c87
to
85272f9
Compare
This pull request was exported from Phabricator. Differential Revision: D67380978 |
Summary:
Add an XNNPACK partitioner constraint for MaxPool2d to enforce stride <= kernel_size.
See https://github.com/google/XNNPACK/blob/860f2b9ad9d3602599aff49a41d0131d2a350e00/src/subgraph/max-pooling-2d.c#L327.
Differential Revision: D67380978