-
Notifications
You must be signed in to change notification settings - Fork 645
Update docs to use top-level CMake targets #12807
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
Stack from ghstack (oldest at bottom): |
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12807
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit e9af248 with merge base a70b7a8 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
cc @lucylq |
This PR needs a
|
Can we CP this to 0.7, do these changes only reflect code in main? |
added some changes for flat_tensor build, but realized these are updated on main here: #12807, though I don't think the code-changes are in main. otherwise just a few nits.
The actual CMake changes aren't in 0.7, so this should probably wait for 1.0. |
Update the "Building from Source" and "Using ExecuTorch with C++" docs to specify the top-level CMake targets. I also added some info to the selective build docs to document the CMake flags which control selective build with the
executorch_kernels
target.This is done in the context of top-level CMake targets, tracked in #12293.