Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1.1k
Get rid of fixed number cmake --build -j in sh and docs #10887
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomersmodule: build/installIssues related to the cmake and buck2 builds, and to installing ExecuTorchIssues related to the cmake and buck2 builds, and to installing ExecuTorchtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
Activity
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersmodule: build/installIssues related to the cmake and buck2 builds, and to installing ExecuTorchIssues related to the cmake and buck2 builds, and to installing ExecuTorchtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Type
Projects
- StatusShow more project fieldsNo status
📚 The doc issue
Right now we have a few places where the number of
cmake --build -jis fixed.https://github.com/search?q=repo%3Apytorch%2Fexecutorch+%22+-j%22&type=code
Ideally let's use
mac:
$(sysctl -n hw.ncpu) - 1linux:
$(nproc) - 1Update these docs and scripts.
Suggest a potential alternative/fix
No response
cc @larryliu0820@jathu