Skip to content

add support not decompose into vulkan_partition #4056

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

huiyujie
Copy link

Summary:
Operator aten.upsample_nearest2d.vec will be decomposed into several operators when lowering to Vulkan delegation. While we already have the implementation of this op in Vulkan. Add support to disable decomposition in Vulkan Partitioner.

Follow usage in this example.

Reviewed By: jorgep31415

Differential Revision: D58900868

Copy link

pytorch-bot bot commented Jun 24, 2024

🔗 Helpful Links

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

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

✅ No Failures

As of commit 2fb247a with merge base 34fd767 (image):
💚 Looks good so far! There are no failures yet. 💚

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

@pytorch-bot pytorch-bot bot added ciflow/periodic module: vulkan Issues related to the Vulkan delegate and code under backends/vulkan/ labels Jun 24, 2024
@facebook-github-bot facebook-github-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 Jun 24, 2024
Copy link

pytorch-bot bot commented Jun 24, 2024

Warning: Unknown label ciflow/periodic.
Currently recognized labels are

  • ciflow/nightly
  • ciflow/trunk
  • ciflow/binaries
  • ciflow/binaries/all

Please add the new label to .github/pytorch-probot.yml

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D58900868

Summary:
Pull Request resolved: pytorch#4056

Operator `aten.upsample_nearest2d.vec` will be decomposed into several operators when lowering to Vulkan delegation. While we already have the implementation of this op in Vulkan. Add support to disable decomposition in Vulkan Partitioner.

Follow usage in this [example](https://www.internalfb.com/code/fbsource/[697a6da34c78]/fbcode/executorch/exir/backend/test/op_partitioner_demo.py?lines=158).

Reviewed By: jorgep31415

Differential Revision: D58900868
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D58900868

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in e7ebb5e.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ciflow/periodic CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged module: vulkan Issues related to the Vulkan delegate and code under backends/vulkan/
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants