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.
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.
The text was updated successfully, but these errors were encountered:
Signed-off-by: Ahmed Hussein (amahussein) <a@ahussein.me>
FixesNVIDIA#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
* [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>
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.
The text was updated successfully, but these errors were encountered: