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
The event log does not have detailed enough information to explain why certain operators (execs/expressions) did not run on GPU for a Spark RAPIDS application. We want to extend the profiler tool to accept a driver log as input and generate a detailed unsupported operations report.
Input: --driverlog file path
Output
Name: unsupported_ops.csv
Fields: operator, fallback_reason
The text was updated successfully, but these errors were encountered:
@viadea: let me know if the requirements are acceptable for the profiler accepting driver log as input and generating an unsupported operations report.
The event log does not have detailed enough information to explain why certain operators (execs/expressions) did not run on GPU for a Spark RAPIDS application. We want to extend the profiler tool to accept a driver log as input and generate a detailed unsupported operations report.
Input:
--driverlog
file pathOutput
unsupported_ops.csv
The text was updated successfully, but these errors were encountered: