Skip to content

Conversation

pytorchbot
Copy link
Collaborator

This PR was created by the merge bot to help merge the original PR into the main branch.
ghstack PR number: #10115 by @SS-JIA
^ Please use this as the source of truth for the PR details, comments, and reviews
ghstack PR base: https://github.com/pytorch/executorch/tree/gh/SS-JIA/211/base
ghstack PR head: https://github.com/pytorch/executorch/tree/gh/SS-JIA/211/head
Merge bot PR base: https://github.com/pytorch/executorch/tree/main
Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/SS-JIA/211/orig
@diff-train-skip-merge

Pull Request resolved: #10115

## Context

As title.

## Changes

Modified convolution shader to set starting input position correctly when padding and dilation are both greater than 0.

Removed safeguard check for padding = 0 when dilation > 1 in C++ implementation.

Differential Revision: [D72879342](https://our.internmc.facebook.com/intern/diff/D72879342/)
ghstack-source-id: 277982652
@pytorchbot pytorchbot requested a review from SS-JIA as a code owner April 14, 2025 19:49
Copy link

pytorch-bot bot commented Apr 14, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10148

Note: Links to docs will display an error until the docs builds have been completed.

❌ 1 New Failure, 48 Pending

As of commit 09aa4da with merge base c352672 (image):

NEW FAILURE - The following job has failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Apr 14, 2025
Copy link

This PR needs a release notes: label

If your changes are user facing and intended to be a part of release notes, please use a label starting with release notes:.

If not, please add the topic: not user facing label.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "topic: not user facing"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

@SS-JIA SS-JIA merged commit a7cde32 into main Apr 14, 2025
79 of 82 checks passed
@SS-JIA SS-JIA deleted the gh/SS-JIA/211/orig branch April 14, 2025 20:07
keyprocedure pushed a commit to keyprocedure/executorch that referenced this pull request Apr 21, 2025
…ytorch#10148)

## Context

As title.

## Changes

Modified convolution shader to set starting input position correctly when padding and dilation are both greater than 0.

Removed safeguard check for padding = 0 when dilation > 1 in C++ implementation.

Differential Revision: [D72879342](https://our.internmc.facebook.com/intern/diff/D72879342/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants