executorch icon indicating copy to clipboard operation
executorch copied to clipboard

[ET-VK] Add int and bool tensor support for many operators

Open SS-JIA opened this issue 2 months ago • 1 comments

Original commit message:

Stack from ghstack (oldest at bottom):

  • -> #15829
  • #15796
  • #15795
  • #15794
  • #15793

Title says it all!

Adds int32 and uint8 shader variants to a bunch of operators that don't currently have variants for these dtypes, but should.

This should prevent folks from running into dtype crashes at runtime when using the Vulkan delegate.

Differential Revision: D87082724

(cherry picked from commit a6c59218cf27ed25495bf34a0892710ebfe1e79b)

Summary

[PLEASE REMOVE] See CONTRIBUTING.md's Pull Requests for ExecuTorch PR guidelines.

[PLEASE REMOVE] If this PR closes an issue, please add a Fixes #<issue-id> line.

[PLEASE REMOVE] If this PR introduces a fix or feature that should be the upcoming release notes, please add a "Release notes: " label. For a list of available release notes labels, check out CONTRIBUTING.md's Pull Requests.

Test plan

[PLEASE REMOVE] How did you test this PR? Please write down any manual commands you used and note down tests that you have written if applicable.

SS-JIA avatar Nov 14 '25 22:11 SS-JIA

:link: Helpful Links

:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15834

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

:x: 3 New Failures, 4 Cancelled Jobs, 1 Unrelated Failure

As of commit cf907865a23b2d4671a665ef5b5916806c8bd21d with merge base e0dda9059d082537cee36be6c5e4fe3b18c880c0 (image):

NEW FAILURES - The following jobs have failed:

CANCELLED JOBS - The following jobs were cancelled. Please retry:

FLAKY - The following job failed but was likely due to flakiness present on trunk:

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

pytorch-bot[bot] avatar Nov 14 '25 22:11 pytorch-bot[bot]