forked from NVIDIA/spark-rapids-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEA] AutoTuner warns that non-utf8 may not support some GPU expressions
Signed-off-by: Ahmed Hussein (amahussein) <[email protected]> Fixes NVIDIA#713, Fixes NVIDIA#734 This PR changes the behavior of the AutTuner to display a comment when the file-encoding of an application is set to a value that is not "utf-8". The changes also improves the extraction of the RAPIDS jars values. *Changes for 713*: - Added a new field in `ApplicationSummaryInfo` that represents the systemProperties - Capture SystemProperties in the App in order to be able to check the file-encoding - Moved map properties to `CacheableProps` so that it can be used by the Qualification as well. - Moved String-conversion methods from AutTuner to StringUtils - Moved `getEventFromJsonMethod` to EventUtils object - Added a new UnitTest for the AutoTuner - Updated ApplicationInfoSuite unitTests *Changes for 734*: - Fixed the implementation of `CollectInformation.getRapidsJARInfo`
- Loading branch information
1 parent
418c3e7
commit 446335f
Showing
18 changed files
with
459 additions
and
309 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.