Fix dilation errors in quantized conv1d kernels#18323
Fix dilation errors in quantized conv1d kernels#18323mcremon-meta wants to merge 1 commit intomainfrom
Conversation
Summary: As titled. Dilation is hardcoded to 1, so results are wrong if it's not 1. Fallback to generic for that case, and add proper support there. Differential Revision: D97251741
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18323
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 1 Cancelled Job, 1 Unrelated FailureAs of commit e47fa38 with merge base b2f0a5a ( NEW FAILURES - The following jobs have failed:
CANCELLED JOB - The following job was cancelled. Please retry:
BROKEN TRUNK - The following job 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 D97251741. |
This PR needs a
|
Summary: As titled. Dilation is hardcoded to 1, so results are wrong if it's not 1. Fallback to generic for that case, and add proper support there.
Differential Revision: D97251741