Skip to content

[ET-VK][ez] Fix conv2d_gemm_dynamic_test build against updated XNNPACK API#20911

Merged
SS-JIA merged 1 commit into
mainfrom
gh/SS-JIA/571/orig
Jul 14, 2026
Merged

[ET-VK][ez] Fix conv2d_gemm_dynamic_test build against updated XNNPACK API#20911
SS-JIA merged 1 commit into
mainfrom
gh/SS-JIA/571/orig

Conversation

@pytorchbot

Copy link
Copy Markdown
Collaborator

This PR was created by the merge bot to help merge the original PR into the main branch.
ghstack PR number: #20910 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/571/base
ghstack PR head: https://github.com/pytorch/executorch/tree/gh/SS-JIA/571/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/571/orig
Differential Revision: D111934764
@diff-train-skip-merge

…K API

XNNPACK updated two f32 conv2d entry points and `conv2d_gemm_dynamic_test.cpp` still called the old signatures, breaking the build (and thus the `etvk-eureka-tests` CI workflow). `xnn_create_convolution2d_nhwc_f32` gained an `xnn_code_cache_t code_cache` parameter before `weights_cache` (22 -> 23 args), and `xnn_reshape_convolution2d_nhwc_f32` gained a `size_t* workspace_alignment` out-param after `workspace_size` (8 -> 9 args). Updated both call sites: pass `nullptr` for `code_cache`, and pass `&workspace_alignment` (now written back by XNNPACK).

Differential Revision: [D111934764](https://our.internmc.facebook.com/intern/diff/D111934764/)


ghstack-source-id: 402834443
Pull-Request: #20910
@pytorchbot pytorchbot requested a review from SS-JIA as a code owner July 14, 2026 18:33
@pytorch-bot

pytorch-bot Bot commented Jul 14, 2026

Copy link
Copy Markdown

🔗 Helpful Links

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

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

⏳ No Failures, 144 Pending

As of commit d949496 with merge base b1dd46a (image):
💚 Looks good so far! There are no failures yet. 💚

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

@meta-cla meta-cla 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 Jul 14, 2026
@linux-foundation-easycla

Copy link
Copy Markdown

CLA Missing ID

  • ❌ The email address for the commit (d949496) is not linked to the GitHub account, preventing the EasyCLA check. Consult this Help Article and GitHub Help to resolve. (To view the commit's email address, add .patch at the end of this PR page's URL.) For further assistance with EasyCLA, please visit our EasyCLA portal and chat with our support bot.

@github-actions

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.

@SS-JIA SS-JIA merged commit ceecc9e into main Jul 14, 2026
186 of 189 checks passed
@SS-JIA SS-JIA deleted the gh/SS-JIA/571/orig branch July 14, 2026 18:38
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.

2 participants