-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Working using PR #940 and more specifically, roctrace, I found out that the timers logged by SIRIUS itself can be used as regions in Perfetto, as shown below:
However, the rocprof post-processing script crashes
/opt/rocm-5.2.3/libexec/rocprofiler/tblextr.py: range id(2) is not found
Profiling data corrupted: './tmp/rpl_data_240212_125625_55109/input_results_240212_125625/'
That's because 3 timers are outside of the scope of rocprof:
Out of scope meaning that the log of rocprof only logs a STOP but the corresponding START is missing.
Quick solution to enable tracing was to comment-out the three above timer lines.
Metadata
Metadata
Assignees
Labels
No labels