-
Notifications
You must be signed in to change notification settings - Fork 607
Separate buck targets per operator. #7314
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/7314
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 5d12f5c with merge base 61b9e1b ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D67128598 |
Summary: Keep targets separate so we only compile the operators we need. Reviewed By: zonglinpeng Differential Revision: D67128598
3ebdbee
to
0219f5f
Compare
This pull request was exported from Phabricator. Differential Revision: D67128598 |
Summary: Keep targets separate so we only compile the operators we need. Reviewed By: zonglinpeng Differential Revision: D67128598
0219f5f
to
175cc4c
Compare
This pull request was exported from Phabricator. Differential Revision: D67128598 |
Summary: Create a separate buck target for `TestUtil.h` that can be used by backends. The current `test_util` target has dependencies that don't compile for xtensa toolchain. Reviewed By: zonglinpeng Differential Revision: D67128600
Summary: Overrides for `et_pal*` weak symbols for logging/timing with xtensa ISS. Reviewed By: zonglinpeng Differential Revision: D67128599
…rch#7312) Summary: Use ET_KERNEL_CHECK to detect error codes returned by xa_nn* library calls. Reviewed By: zonglinpeng Differential Revision: D67128597
Summary: Keep targets separate so we only compile the operators we need. Reviewed By: zonglinpeng Differential Revision: D67128598
175cc4c
to
5d12f5c
Compare
Summary: Keep targets separate so we only compile the operators we need. Reviewed By: zonglinpeng Differential Revision: D67128598
This pull request was exported from Phabricator. Differential Revision: D67128598 |
* Allow backends/cadence to use TestUtil.h. (#7304) Summary: Create a separate buck target for `TestUtil.h` that can be used by backends. The current `test_util` target has dependencies that don't compile for xtensa toolchain. Reviewed By: zonglinpeng Differential Revision: D67128600 * Xtensa ISS PAL layer for logging/timing. (#7311) Summary: Overrides for `et_pal*` weak symbols for logging/timing with xtensa ISS. Reviewed By: zonglinpeng Differential Revision: D67128599 * Use macro `XT_KERNEL_CHECK` to handle errors returned by nnlib. (#7312) Summary: Use ET_KERNEL_CHECK to detect error codes returned by xa_nn* library calls. Reviewed By: zonglinpeng Differential Revision: D67128597 * Separate buck targets per operator. (#7314) Summary: Keep targets separate so we only compile the operators we need. Reviewed By: zonglinpeng Differential Revision: D67128598 * FusionG3 operators. (#7315) Summary: Cleanup header order and `using` declarations for operators to match style guide. Reviewed By: zonglinpeng Differential Revision: D67128499
Summary: Keep targets separate so we only compile the operators we need.
Reviewed By: zonglinpeng
Differential Revision: D67128598