Port xnnpack operators to new registration API#36800
Closed
ezyang wants to merge 11 commits intogh/ezyang/730/basefrom
Closed
Port xnnpack operators to new registration API#36800ezyang wants to merge 11 commits intogh/ezyang/730/basefrom
ezyang wants to merge 11 commits intogh/ezyang/730/basefrom
Conversation
Signed-off-by: Edward Z. Yang <ezyang@fb.com> [ghstack-poisoned]
This was referenced Apr 17, 2020
Signed-off-by: Edward Z. Yang <ezyang@fb.com> [ghstack-poisoned]
💊 Build failures summary and remediationsAs of commit c1eb276 (more details on the Dr. CI page):
ci.pytorch.org: 1 failedThis comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions on the GitHub issue tracker. This comment has been revised 28 times. |
Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D21089650](https://our.internmc.facebook.com/intern/diff/D21089650) [ghstack-poisoned]
Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D21089650](https://our.internmc.facebook.com/intern/diff/D21089650) [ghstack-poisoned]
Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D21089650](https://our.internmc.facebook.com/intern/diff/D21089650) [ghstack-poisoned]
Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D21089650](https://our.internmc.facebook.com/intern/diff/D21089650) [ghstack-poisoned]
Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D21089650](https://our.internmc.facebook.com/intern/diff/D21089650) [ghstack-poisoned]
Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D21089650](https://our.internmc.facebook.com/intern/diff/D21089650) [ghstack-poisoned]
bhosmer
approved these changes
Apr 21, 2020
|
Here's an error out of |
Contributor
Author
|
Yeah, this is a companion change to xla for the earlier diff in the stack that needs to be landed together |
Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D21089650](https://our.internmc.facebook.com/intern/diff/D21089650) [ghstack-poisoned]
Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D21089650](https://our.internmc.facebook.com/intern/diff/D21089650) [ghstack-poisoned]
Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D21089650](https://our.internmc.facebook.com/intern/diff/D21089650) [ghstack-poisoned]
Contributor
IvanKobzarev
added a commit
that referenced
this pull request
Jun 10, 2020
…register api" Vulkan build was not integrated with CI, it fails without this change. There were 2 separate problems 1. Recently added aten/src/ATen/templates/Functions.cpp missed VulkanType in header 2. Applying the new registration api, similar to xnnpack change #36800 Test plan: `ANDROID_ABI=x86 ./scripts/build_android.sh -DUSE_VULKAN=ON` builds ok CI integration for it is in the next PR in this stack ( #39767 ) job `ci/circleci: pytorch_linux_xenial_py3_clang5_android_ndk_r19c_x86_32_vulkan_build` Differential Revision: [D21975992](https://our.internmc.facebook.com/intern/diff/D21975992) [ghstack-poisoned]
facebook-github-bot
pushed a commit
that referenced
this pull request
Jun 10, 2020
#39771) Summary: Pull Request resolved: #39771 Vulkan build was not integrated with CI, it fails without this change. There were 2 separate problems 1. Recently added aten/src/ATen/templates/Functions.cpp missed VulkanType in header 2. Applying the new registration api, similar to xnnpack change #36800 Test Plan: `ANDROID_ABI=x86 ./scripts/build_android.sh -DUSE_VULKAN=ON` builds ok CI integration for it is in the next PR in this stack ( #39767 ) job `ci/circleci: pytorch_linux_xenial_py3_clang5_android_ndk_r19c_x86_32_vulkan_build` Differential Revision: D21975992 Pulled By: IvanKobzarev fbshipit-source-id: b0400a9cb0ae90d7763ebeb5b8f7ee932a2148e1
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 24, 2026
Summary: Pull Request resolved: pytorch#36800 Signed-off-by: Edward Z. Yang <ezyang@fb.com> Test Plan: Imported from OSS Differential Revision: D21089650 Pulled By: ezyang fbshipit-source-id: 1babdb5524038e3951d3c4303e4ba87e68b4f138
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 24, 2026
pytorch#39771) Summary: Pull Request resolved: pytorch#39771 Vulkan build was not integrated with CI, it fails without this change. There were 2 separate problems 1. Recently added aten/src/ATen/templates/Functions.cpp missed VulkanType in header 2. Applying the new registration api, similar to xnnpack change pytorch#36800 Test Plan: `ANDROID_ABI=x86 ./scripts/build_android.sh -DUSE_VULKAN=ON` builds ok CI integration for it is in the next PR in this stack ( pytorch#39767 ) job `ci/circleci: pytorch_linux_xenial_py3_clang5_android_ndk_r19c_x86_32_vulkan_build` Differential Revision: D21975992 Pulled By: IvanKobzarev fbshipit-source-id: b0400a9cb0ae90d7763ebeb5b8f7ee932a2148e1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack from ghstack:
Signed-off-by: Edward Z. Yang ezyang@fb.com
Differential Revision: D21089650