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

Store application parameters in profiling output #27

Closed coleramos425 closed 1 year ago

coleramos425 commented 1 year ago

As a 3rd party reviewing workloads in Grafana it would be nice to track/get better insights into how the app was invoked. App parms can make a huge difference in the profiling results.

For example, comparing babelstream data I see that a different rocm stack / CPU was present in each SUT, and some of the kernels are the same across the two data sets. I'd like to know babelstream parameters. What was on the command line when it was launched?

cc: James Dezelle

coleramos425 commented 1 year ago

App parameters have been added to sys_info.csv. The parameters used to profile the application can now be found in the "command" column.