NVIDIA / spark-rapids-tools

User tools for Spark RAPIDS
Apache License 2.0
49 stars 36 forks source link

[FEA] Profiling tool support auto tuner on cpu logs #1078

Open tgravescs opened 3 months ago

tgravescs commented 3 months ago

Is your feature request related to a problem? Please describe.

we made the Autotuner in the qualification tool work with CPU event logs but we haven't allowed it in the profiler yet:

The Profiling tool AutoTuner is only available for GPU event logs, skipping recommendations!

amahussein commented 3 months ago

Do we want to split the AutoTuner's logic into 2 classes before we do this? I can imagine that the AutoTuning heuristics might be different for CPU/GPU eventlogs.