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

[FEA] AutoTuner should not skip non-gpu eventlogs #726

Closed
Tracked by #700
amahussein opened this issue Jan 16, 2024 · 0 comments · Fixed by #728
Closed
Tracked by #700

[FEA] AutoTuner should not skip non-gpu eventlogs #726

amahussein opened this issue Jan 16, 2024 · 0 comments · Fixed by #728
Assignees
Labels
core_tools Scope the core module (scala) feature request New feature or request

Comments

@amahussein
Copy link
Collaborator

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

Currently, given eventlogs with RAPIDS-plugin disabled, the Autotuner will not run any recommendations displaying a message that it requires GPU eventlog.

We need to change that behavior so that the Autotuner can still make recommendations.

@amahussein amahussein added feature request New feature or request ? - Needs Triage core_tools Scope the core module (scala) labels Jan 16, 2024
@amahussein amahussein self-assigned this Jan 16, 2024
amahussein added a commit to amahussein/spark-rapids-tools that referenced this issue Jan 16, 2024
Signed-off-by: Ahmed Hussein (amahussein) <a@ahussein.me>

Fixes NVIDIA#726

- The Autotuner can still make recommendation regardless of the GPU
  profile info
- Changed the code to avoid Null objects. The Autotuner could throw a
  NPE when the user not supplying any eventlog.
- Fixed the unit-tests accordingly
- Tested the new changes running a CPU eventlog
amahussein added a commit that referenced this issue Jan 18, 2024
* [FEA] AutoTuner should not skip non-gpu eventlogs

Fixes #726

- The Autotuner can still make recommendation regardless of the GPU
  profile info
- Changed the code to avoid Null objects. The Autotuner could throw a
  NPE when the user not supplying any eventlog.
- Fixed the unit-tests accordingly
- Tested the new changes running a CPU eventlog

---------

Signed-off-by: Ahmed Hussein (amahussein) <a@ahussein.me>
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 a pull request may close this issue.

1 participant