-
Notifications
You must be signed in to change notification settings - Fork 801
Do not partition unsupported dtypes #16622
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
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/16622
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 Cancelled JobsAs of commit aa76ddf with merge base af69d08 ( CANCELLED JOBS - The following jobs were cancelled. Please retry:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Summary: For nodes with torch.complex dtypes, do not partition them for Vulkan delegate. Currently the partitioner tries to create Vulkan delegate for such nodes, and fails with unsupported dtype error. Differential Revision: D90764480
a867e5b to
db3a7f3
Compare
SS-JIA
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review automatically exported from Phabricator review in Meta.
db3a7f3 to
2e4ce98
Compare
Summary: For nodes with torch.complex dtypes, do not partition them for Vulkan delegate. Currently the partitioner tries to create Vulkan delegate for such nodes, and fails with unsupported dtype error. Differential Revision: D90764480
Summary: For nodes with torch.complex dtypes, do not partition them for Vulkan delegate. Currently the partitioner tries to create Vulkan delegate for such nodes, and fails with unsupported dtype error. Differential Revision: D90764480
2e4ce98 to
aa76ddf
Compare
Summary: For nodes with torch.complex dtypes, do not partition them. Currently the partitioner tries to partition and fails with unsupported dtype error.
Differential Revision: D90764480