-
Notifications
You must be signed in to change notification settings - Fork 576
Adding Convolution operator optimizations #8478
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
Adding Convolution operator optimizations
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/8478
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit e566706 with merge base e37129d ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label "topic: not user facing" |
@zonglinpeng has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@zonglinpeng has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. | ||
|
||
#include <executorch/backends/cadence/hifi/kernels/kernels.h> | ||
#include <executorch/backends/cadence/reference/operators/operators.h> |
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.
this should be hifi <executorch/backends/cadence/hifi/operators/operators.h>
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.
Fixed the same
@zonglinpeng has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Adding Convolution operator optimizations Pull Request resolved: pytorch#8478 Test Plan: Unit level tests Differential Revision: D70334196 Pulled By: zonglinpeng
@zonglinpeng has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Differential Revision: D70334196 Pull Request resolved: #8478
Summary
Adding Convolution operator optimizations
Test plan
Unit level tests