-
Notifications
You must be signed in to change notification settings - Fork 40
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
Remove estimated GPU duration from qualification output #1412
Conversation
Signed-off-by: Ahmed Hussein <[email protected]> Fixes NVIDIA#1411 Removes two columns from the core qualification's output `Estimated GPU Duration` and `Estimated GPU Time Saved` from 2 files `rapids_4_spark_qualification_output.csv` and `rapids_4_spark_qualification_output_persql.csv`
Found that I mistakenly removed the quotes from the CSV files |
Signed-off-by: Ahmed Hussein <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @amahussein. QQ: How do we update the expectation files beside running the tools for each of them? Do we have a script to update the expectation files?
core/src/main/scala/org/apache/spark/sql/rapids/tool/qualification/QualificationAppInfo.scala
Show resolved
Hide resolved
core/src/test/scala/com/nvidia/spark/rapids/tool/qualification/QualificationSuite.scala
Show resolved
Hide resolved
Signed-off-by: Ahmed Hussein <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @amahussein. LGTME.
Thanks @parthosa |
Signed-off-by: Ahmed Hussein <[email protected]>
Signed-off-by: Ahmed Hussein [email protected]
Fixes #1411
Removes two columns from the core qualification's output
Estimated GPU Duration
andEstimated GPU Time Saved
from 2 filesrapids_4_spark_qualification_output.csv
andrapids_4_spark_qualification_output_persql.csv