Skip to content

[ExecuTorch][WebGPU] et_vk.apply_rotary_emb test suite (export + native golden)#20290

Merged
meta-codesync[bot] merged 3 commits into
gh/JulianCloudNTH/29/basefrom
gh/JulianCloudNTH/29/head
Jun 22, 2026
Merged

[ExecuTorch][WebGPU] et_vk.apply_rotary_emb test suite (export + native golden)#20290
meta-codesync[bot] merged 3 commits into
gh/JulianCloudNTH/29/basefrom
gh/JulianCloudNTH/29/head

Conversation

@JulianCloudNTH

@JulianCloudNTH JulianCloudNTH commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Stack from ghstack (oldest at bottom):

Splits the et_vk.apply_rotary_emb tests into their own diff (op below, tests above), matching the sdpa/update_cache/linear_q4gsw convention, and brings them to the same rigor: a multi-shape config sweep run on-device (prefill + decode) and a library dual-oracle at both shapes.
@exported-using-ghexport

Differential Revision: D108668384

Differential Revision: D108668384

[ghstack-poisoned]
@pytorch-bot

pytorch-bot Bot commented Jun 15, 2026

Copy link
Copy Markdown

🔗 Helpful Links

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

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

❗ 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

❌ 2 New Failures, 4 Unrelated Failures

As of commit 495d5b9 with merge base 0e65ba6 (image):

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.

@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.

[ghstack-poisoned]
JulianCloudNTH added a commit that referenced this pull request Jun 15, 2026
…ve golden)

Pull Request resolved: #20290

Splits the `et_vk.apply_rotary_emb` tests into their own diff (op below, tests above), matching the `sdpa`/`update_cache`/`linear_q4gsw` convention, and brings them to the same rigor: a multi-shape config sweep run on-device (prefill + decode) and a library dual-oracle at both shapes.
ghstack-source-id: 393673451
@exported-using-ghexport

Differential Revision: [D108668384](https://our.internmc.facebook.com/intern/diff/D108668384/)
[ghstack-poisoned]
@meta-codesync meta-codesync Bot merged commit c6b6085 into gh/JulianCloudNTH/29/base Jun 22, 2026
175 of 183 checks passed
@meta-codesync meta-codesync Bot deleted the gh/JulianCloudNTH/29/head branch June 22, 2026 16:12
@meta-codesync meta-codesync Bot temporarily deployed to cherry-pick-bot June 22, 2026 16:12 Inactive
JulianCloudNTH added a commit that referenced this pull request Jun 22, 2026
#20292)

Stack from [ghstack](https://github.com/ezyang/ghstack/tree/0.15.0)
(oldest at bottom):
* __->__ #20292
* #20265
* #20290
* #20264
* #20289
* #20263



Test suite for the `et_vk.prepack` constant-materialization op, split
into its
own diff (op below, tests above) per the per-op test-split convention.

The prepack op is how a serialized constant becomes a GPU tensor: the
constant
arrives as a CPU-side reference (sizes + a pointer into the .pte bytes),
and the
prepack node is the sole materialization — one CPU->GPU transfer
straight into
the consumer's buffer. The model `M(x) = x + w` (w a constant) routes
`w`
through a prepack node, so the delegate must run the materialization for
the
output to equal `x + w` rather than `x + 0`.
@exported-using-ghexport

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

Differential Revision:
[D108678631](https://our.internmc.facebook.com/intern/diff/D108678631)
JulianCloudNTH added a commit that referenced this pull request Jun 22, 2026
…ve golden)

Pull Request resolved: #20290

Splits the `et_vk.apply_rotary_emb` tests into their own diff (op below, tests above), matching the `sdpa`/`update_cache`/`linear_q4gsw` convention, and brings them to the same rigor: a multi-shape config sweep run on-device (prefill + decode) and a library dual-oracle at both shapes.
ghstack-source-id: 395549287
@exported-using-ghexport

Differential Revision: [D108668384](https://our.internmc.facebook.com/intern/diff/D108668384/)
JulianCloudNTH added a commit that referenced this pull request Jun 22, 2026
…ve golden)

Pull Request resolved: #20290

Splits the `et_vk.apply_rotary_emb` tests into their own diff (op below, tests above), matching the `sdpa`/`update_cache`/`linear_q4gsw` convention, and brings them to the same rigor: a multi-shape config sweep run on-device (prefill + decode) and a library dual-oracle at both shapes.
ghstack-source-id: 395549287
@exported-using-ghexport

Differential Revision: [D108668384](https://our.internmc.facebook.com/intern/diff/D108668384/)
JulianCloudNTH added a commit that referenced this pull request Jun 22, 2026
…ve golden)

Pull Request resolved: #20290

Splits the `et_vk.apply_rotary_emb` tests into their own diff (op below, tests above), matching the `sdpa`/`update_cache`/`linear_q4gsw` convention, and brings them to the same rigor: a multi-shape config sweep run on-device (prefill + decode) and a library dual-oracle at both shapes.
ghstack-source-id: 395549287
@exported-using-ghexport

Differential Revision: [D108668384](https://our.internmc.facebook.com/intern/diff/D108668384/)
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