ROCm / rocprofiler-compute

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

Enable baseline comparison between workloads from the same path #447

Closed zichguan-amd closed 1 month ago

zichguan-amd commented 1 month ago

Allow same workload path to be passed twice to solve #67. Use index of workload path instead of using the workload path itself as the key to map the workloads.

coleramos425 commented 1 month ago

Please make you verified more complicated cases like 3 ways comparison, like k0 from run 0, k1 from run 0, k2 from run 1.

@zichguan-amd please confirm you've checked the following. Once you've confirmed, we should be okay to merge. Thanks.

zichguan-amd commented 1 month ago

Please make you verified more complicated cases like 3 ways comparison, like k0 from run 0, k1 from run 0, k2 from run 1.

@zichguan-amd please confirm you've checked the following. Once you've confirmed, we should be okay to merge. Thanks.

I'll update the test to include three-way comparisons

zichguan-amd commented 1 month ago

@feizheng10 @coleramos425, I've added a new multikernel workload and three-way comparison tests