[ExecuTorch][WebGPU] Remove the orphan q4gsw_linear_coop4 shader#20955
[ExecuTorch][WebGPU] Remove the orphan q4gsw_linear_coop4 shader#20955JCNTH wants to merge 2 commits into
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/20955
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 741c146 with merge base e500fee ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
|
@claude Review this PR |
|
Claude finished @JCNTH's task in 59s —— View job Review — Remove orphan
|
Stack from ghstack (oldest at bottom):
q4gsw_linear_coop4.wgslis an unwired dead shader: no handler#includes its generatedq4gsw_linear_coop4_wgsl.h, and it is superseded byq4gsw_linear_coop4_bicol.wgsl(the live GEMV decode kernel thatQuantizedLinear.cppuses). Remove the shader and its generated header.Key changes:
q4gsw_linear_coop4.wgslandq4gsw_linear_coop4_wgsl.h.test_quantized_linear.pyandtest_webgpu_native.cppcomments.No build/CMake change:
WEBGPU_SRCSlists only.cpp, and shaders wire via thegen_wgsl_headers.pyglob (no static list), so removing both files leaves codegen drift-clean.Co-authored-with: Claude Code.
@exported-using-ghexport
Differential Revision: D112060303
Differential Revision: D112060303