Skip to content
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

Hook up the auto tuner in the qualification tool #1039

Merged
merged 13 commits into from
May 28, 2024

Conversation

tgravescs
Copy link
Collaborator

This hooks up the metrics to the auto tuner to allow it to run in the Qualification tool on CPU event logs and output valid recommendations. Most of them are the same as the profiling tool except for the metrics we look at for spill.

I didn't want to conflict with other changes going on with combined qual/profiling tool so some code here was copied and should eventually be made common or base classes between profiling and qualification. For instance the getDataSourceInfo and some of the information in QualAppSummaryInfoProvider.

There are some TODO comments in the autotuner which will be addressed in other heuristic issues under #907

The default gpu type for onprem was A100, I changed that to L4 but because we don't have speedup factors for l4 I added a new function to get the speedup factors from another one. This is meant to be temporary as we deprecate the use of these speedup factors anyway.

@tgravescs tgravescs self-assigned this May 24, 2024
@tgravescs tgravescs added the feature request New feature or request label May 24, 2024
@tgravescs
Copy link
Collaborator Author

looking at test failures,

@amahussein amahussein added the core_tools Scope the core module (scala) label May 28, 2024
Copy link
Collaborator

@amahussein amahussein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @tgravescs
LGTME

@tgravescs tgravescs merged commit 4a78925 into NVIDIA:dev May 28, 2024
15 checks passed
@tgravescs tgravescs deleted the autotunerqualupmerge branch May 28, 2024 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core_tools Scope the core module (scala) feature request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants