-
Notifications
You must be signed in to change notification settings - Fork 242
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
[FEA] Profiling and qualification tool #2483
Comments
Profiling side second PR: https://github.com/NVIDIA/spark-rapids/pull/2469/files |
qualification tool PR #2574 covers first 2 bullets |
pr #2590 cover more profiling printing for Analysis and a few collection items missing. |
pr #2576 covers filtering criteria |
#2636 pr covered printing sql plans to file |
#2632 covers listing failed jobs/stages/jobs and failed executors. |
List of possibly issues/improvements: Qual tool:
|
Is your feature request related to a problem? Please describe.
We want to create a profiling and qualification tool for customers and developers. This is a high level overview and doesn't give low level details currently
Qualification (against CPU event logs) to help indicate if an application might be a good fit for the rapids plugin.
Profiling for Support (against GPU event logs) to get profiling and debug info to help analyze jobs:
Other pieces:
Specific tests: (ideally we validate that what we generate for each event log is correct in addition to the tool runs, these would be for both profiling and qualification).
The text was updated successfully, but these errors were encountered: