-
Notifications
You must be signed in to change notification settings - Fork 741
Refactor cadence.convolution #15762
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
Refactor cadence.convolution #15762
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15762
Note: Links to docs will display an error until the docs builds have been completed. ❌ 6 New Failures, 2 Unrelated FailuresAs of commit b5df934 with merge base 0c0cee5 ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@mcremon-meta has exported this pull request. If you are a Meta employee, you can view the originating Diff in D86473542. |
This PR needs a
|
Summary: Pull Request resolved: #15762 We will then replace them with the native aten versions. - Replace `cadence.convolution` with `cadence.conv1d` and `cadence.conv2d`. Add `cadence.conv3d`. - Removes the channel_last arg Differential Revision: D86473542
85e89b7 to
660269f
Compare
Summary: Pull Request resolved: #15762 We will then replace them with the native aten versions. - Replace `cadence.convolution` with `cadence.conv1d` and `cadence.conv2d`. Add `cadence.conv3d`. - Removes the channel_last arg Reviewed By: ethansfng Differential Revision: D86473542
660269f to
b0aa4f0
Compare
Summary: Pull Request resolved: #15762 We will then replace them with the native aten versions. - Replace `cadence.convolution` with `cadence.conv1d` and `cadence.conv2d`. Add `cadence.conv3d`. - Removes the channel_last arg Reviewed By: ethansfng Differential Revision: D86473542
b0aa4f0 to
8664b1f
Compare
Summary: Pull Request resolved: #15762 We will then replace them with the native aten versions. - Replace `cadence.convolution` with `cadence.conv1d` and `cadence.conv2d`. Add `cadence.conv3d`. - Removes the channel_last arg Reviewed By: ethansfng Differential Revision: D86473542
8664b1f to
e2a3e7f
Compare
Summary: Pull Request resolved: #15762 We will then replace them with the native aten versions. - Replace `cadence.convolution` with `cadence.conv1d` and `cadence.conv2d`. Add `cadence.conv3d`. - Removes the channel_last arg Reviewed By: ethansfng Differential Revision: D86473542
e2a3e7f to
25f87c6
Compare
Summary: Pull Request resolved: #15762 We will then replace them with the native aten versions. - Replace `cadence.convolution` with `cadence.conv1d` and `cadence.conv2d`. Add `cadence.conv3d`. - Removes the channel_last arg Reviewed By: ethansfng Differential Revision: D86473542
25f87c6 to
8282d55
Compare
Summary: Pull Request resolved: #15762 We will then replace them with the native aten versions. - Replace `cadence.convolution` with `cadence.conv1d` and `cadence.conv2d`. Add `cadence.conv3d`. - Removes the channel_last arg Reviewed By: ethansfng Differential Revision: D86473542
8282d55 to
84b2c86
Compare
Summary: Pull Request resolved: #15762 We will then replace them with the native aten versions. - Replace `cadence.convolution` with `cadence.conv1d` and `cadence.conv2d`. Add `cadence.conv3d`. - Removes the channel_last arg Reviewed By: ethansfng Differential Revision: D86473542
84b2c86 to
f84a04d
Compare
Summary: Pull Request resolved: #15762 We will then replace them with the native aten versions. - Replace `cadence.convolution` with `cadence.conv1d` and `cadence.conv2d`. Add `cadence.conv3d`. - Removes the channel_last arg Reviewed By: ethansfng Differential Revision: D86473542
f84a04d to
b5df934
Compare
Summary:
We will then replace them with the native aten versions.
cadence.convolutionwithcadence.conv1dandcadence.conv2d. Addcadence.conv3d.Differential Revision: D86473542