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

Baseline comparison with multiple kernels doesn't 'select' multiple kernels in table 0 #361

Open skyreflectedinmirrors opened 5 months ago

skyreflectedinmirrors commented 5 months ago

Describe the bug

E.g., if you try to compare two kernels from two different runs:

omniperf analyze -p workloads/stream/MI300A_A1/ -k 0 -p workloads/stream-copy/MI300A_A1/ -k 1 <...>

only the first kernel supplied is 'selected':

image

Minor issue at best, but I typically check this to ensure I'm analyzing the right kernels.