Skip to content

[ExecuTorch][WebGPU] Cover Conv1d routes and dynamic manifests - #21601

Open
JCNTH wants to merge 2 commits into
gh/JCNTH/208/basefrom
gh/JCNTH/208/head
Open

[ExecuTorch][WebGPU] Cover Conv1d routes and dynamic manifests#21601
JCNTH wants to merge 2 commits into
gh/JCNTH/208/basefrom
gh/JCNTH/208/head

Conversation

@JCNTH

@JCNTH JCNTH commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Stack from ghstack (oldest at bottom):

Cover Conv1d routing, resize, and dynamic manifest replay

Static numeric coverage pins the general groups=1 Conv1d kernel while preserving pointwise and depthwise routing. The manifest harness now separates upper-bound export inputs from live runtime inputs so dynamic execution proves a distinct shape through one loaded graph.

Key changes:

  • Dispatch assertions distinguish general, pointwise, and depthwise Conv1d routes.
  • Numeric cases cover padding, dilation, batching, optional bias, and dynamic resize.
  • Case.export_inputs and Case.dynamic_shapes carry export-time samples and constraints while Case.inputs remains the live runtime input.
  • Generator coverage proves export length 10 and runtime length 7.

This is coverage-only; runtime kernels are unchanged.

Co-authored-with: Claude Code.

Differential Revision: D114936144

[ghstack-poisoned]
@pytorch-bot

pytorch-bot Bot commented Aug 5, 2026

Copy link
Copy Markdown

🔗 Helpful Links

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

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

❌ 1 New Failure

As of commit 678f21c with merge base ad3a71f (image):

NEW FAILURE - The following job has failed:

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

@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

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

[ghstack-poisoned]
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. meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants