-
Notifications
You must be signed in to change notification settings - Fork 539
Refactor kernel registration tutorials #5297
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/5297
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 070c4eb with merge base 9845019 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D62546152 |
061126b
to
b46bff2
Compare
Summary: * Added overview of existing kernel libraries. * Separated out 2 types of APIs: yaml based API and C++ API for custom kernels. * Made it clear which API for which use case. * Added an CMake example for C++ API. Reviewed By: lucylq, dbort Differential Revision: D62546152
This pull request was exported from Phabricator. Differential Revision: D62546152 |
Summary: * Added overview of existing kernel libraries. * Separated out 2 types of APIs: yaml based API and C++ API for custom kernels. * Made it clear which API for which use case. * Added an CMake example for C++ API. Reviewed By: lucylq, dbort Differential Revision: D62546152
b46bff2
to
3c2bb3a
Compare
This pull request was exported from Phabricator. Differential Revision: D62546152 |
Fixing #4719 |
Summary: * Added overview of existing kernel libraries. * Separated out 2 types of APIs: yaml based API and C++ API for custom kernels. * Made it clear which API for which use case. * Added an CMake example for C++ API. Reviewed By: lucylq, dbort Differential Revision: D62546152
3c2bb3a
to
ef639e3
Compare
This pull request was exported from Phabricator. Differential Revision: D62546152 |
Summary: Pull Request resolved: #5297 * Added overview of existing kernel libraries. * Separated out 2 types of APIs: yaml based API and C++ API for custom kernels. * Made it clear which API for which use case. * Added an CMake example for C++ API. Reviewed By: lucylq, dbort Differential Revision: D62546152
This pull request was exported from Phabricator. Differential Revision: D62546152 |
ef639e3
to
070c4eb
Compare
This pull request has been merged in 37f77ed. |
Summary:
Differential Revision: D62546152