ROCm / rocprofiler-compute

Advanced Profiling and Analytics for AMD Hardware
https://rocm.docs.amd.com/projects/omniperf/en/latest/
MIT License
135 stars 49 forks source link

Adding a log file to workload output #106

Closed coleramos425 closed 1 year ago

coleramos425 commented 1 year ago

Discussed in https://github.com/AMDResearch/omniperf/discussions/105

Originally posted by **coleramos425** April 4, 2023 When rocprofiler errors inevitably come up it's almost always required users re-profile their applications to share terminal output. It would be useful to pipe this output to a common "log file". As suggested by @feizheng10 it would be very useful to add a log to each workload directory. Other things to store might be: - Missing/skipped counters - Detecting if a processes didn't launch any kernels (CC: @arghdos) (https://github.com/AMDResearch/omniperf/issues/7#issuecomment-1322696937) What other warnings would users like to see called out in such a file?