{{ message }}
[ExecuTorch][WebGPU] et_vk.embedding_q4gsw test suite (export + native golden)#20289
Merged
meta-codesync[bot] merged 3 commits intoJun 22, 2026
Merged
Conversation
This was referenced Jun 15, 2026
Merged
This PR needs a
|
Contributor
Author
|
@claude review |
This was referenced Jun 15, 2026
Merged
psiddh
approved these changes
Jun 21, 2026
d79e7a0
into
gh/JulianCloudNTH/28/base
175 of 183 checks passed
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
…e golden) Pull Request resolved: #20289 Splits the `et_vk.embedding_q4gsw` tests into their own diff (op below, tests above), matching the `sdpa`/`update_cache`/`linear_q4gsw` op+tests convention, and brings them to the same rigor: a multi-shape config sweep run on-device, an fp64 dual-oracle, and required-when-present gating. ghstack-source-id: 395549281 @exported-using-ghexport Differential Revision: [D108668383](https://our.internmc.facebook.com/intern/diff/D108668383/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Stack from ghstack (oldest at bottom):
Splits the
et_vk.embedding_q4gswtests into their own diff (op below, tests above), matching thesdpa/update_cache/linear_q4gswop+tests convention, and brings them to the same rigor: a multi-shape config sweep run on-device, an fp64 dual-oracle, and required-when-present gating.@exported-using-ghexport
Differential Revision: D108668383
Differential Revision: D108668383