Skip to content

Conversation

@trivedivivek
Copy link
Contributor

Summary: The change replaces the shader params buffer with push constants in the add mm native op. This simplifies the shader and reduces the number of buffers used.

Differential Revision: D88097601

Summary:

The softmax operation has been updated to utilize push constants for efficient data transfer.

Differential Revision: D88097603
Summary:

This diff modifies the clone operation in the Executorch Vulkan backend to use push constants instead of a uniform buffer for storing the output limits.

Differential Revision: D88097604
Summary:

The diff modifies the `BinaryScalarOp` implementation to utilize push constants for the scalar value parameter.

Differential Revision: D88097606
Summary: The change replaces the shader params buffer with push constants in the add mm native op. This simplifies the shader and reduces the number of buffers used.

Differential Revision: D88097601
@trivedivivek trivedivivek requested a review from SS-JIA as a code owner December 5, 2025 21:38
@pytorch-bot
Copy link

pytorch-bot bot commented Dec 5, 2025

🔗 Helpful Links

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

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

❌ 2 New Failures, 1 Unrelated Failure

As of commit 151b8cf with merge base 4014597 (image):

NEW FAILURES - The following jobs have failed:

BROKEN TRUNK - The following job 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.

@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 Dec 5, 2025
@meta-codesync
Copy link

meta-codesync bot commented Dec 5, 2025

@trivedivivek has exported this pull request. If you are a Meta employee, you can view the originating Diff in D88097601.

@trivedivivek trivedivivek added the release notes: vulkan Changes to the Vulkan backend delegate label Dec 5, 2025
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. fb-exported meta-exported release notes: vulkan Changes to the Vulkan backend delegate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants