You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The Qualification tool currently shows a list of recommendations to bootstrap a GPU cluster.
For developers, this implies to reconfigure their workload by merging the recommended GPU ones with the original configs.
This usually lead to less efficient configurations for the workload.
In order to make it easier for the developers, the qualification tool can automatically generate the new set of configurations, along with comments to clarify the changes that were done.
We can do that in the following steps:
the Qualification tool marks the obsolete configs. This requires we enumerate the configurations that do not work for GPU workload and recommend that the user removes them.
Each added recommendation should have a comment explaining the reason behind it
Each removed configuration should have explanation too.
next step is to process the remainder of the configurations and making recommendations to update or append new lines as necessary.
Expected changes:
Qualification should be changed to summarize the spark configs
The output files/logs should include the version number of the tools to be able to know whether the recommendations were outdated or not.
Is your feature request related to a problem? Please describe.
The Qualification tool currently shows a list of recommendations to bootstrap a GPU cluster.
For developers, this implies to reconfigure their workload by merging the recommended GPU ones with the original configs.
This usually lead to less efficient configurations for the workload.
In order to make it easier for the developers, the qualification tool can automatically generate the new set of configurations, along with comments to clarify the changes that were done.
We can do that in the following steps:
Expected changes:
Tasks
The text was updated successfully, but these errors were encountered: