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

Support dispatch listing in Omniperf analyze mode #237

Closed amnamasood-amd closed 8 months ago

amnamasood-amd commented 9 months ago

I would like to request a feature to support listing of all the kernel dispatches, along with their kernel names and timing information. Some additional features would be the ability to filter the dispatches by kernel names and sorting them according to the time taken for the dispatch to complete. These features are supported in Grafana GUI but not in the CLI mode.

coleramos425 commented 8 months ago

Added here: https://github.com/AMDResearch/omniperf/commit/bd83f68412fcb27455718999ccfe5c18faa332b9

This is slated to be included in the next release. Here's a screengrab to preview functionality: image