-
Notifications
You must be signed in to change notification settings - Fork 10
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
Suggest using skymeld #91
Labels
type/feat
Suggests new features.
Comments
Note, Skymeld currently breaks some of the existing analysis. #97 should really be implemented before suggesting this be turned on. |
saraadams
added a commit
that referenced
this issue
Nov 24, 2023
If the profile indicates Skymeld was not used, suggest enabling it. A caveat is included if the Bazel profile doesn't report a Bazel version that supports Skymeld Fixes #91 Signed-off-by: Sara Adams <sara.e.adams@gmail.com>
saraadams
added a commit
that referenced
this issue
Nov 27, 2023
If the profile indicates Skymeld was not used, suggest enabling it. A caveat is included if the Bazel profile doesn't report a Bazel version that supports Skymeld Fixes #91 Signed-off-by: Sara Adams <sara.e.adams@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Skymeld is a new experimental feature that Bazel users may not be aware of yet.
Include a suggestion to try out skymeld if the profile suggests speed-ups can be expected.
Suggested solution
DataProvider
: detect a drop-off in Bazel CPU usage in the analysis phaseSuggestionProvider
: suggest enabling skymeld using--experimental_merged_skyframe_analysis_execution
Also see bazelbuild/bazel#14057
The text was updated successfully, but these errors were encountered: