Closed Jacob0226 closed 6 months ago
ERROR gfx942 is not enabled in rocprofv1. Available profilers include: ['rocprofv2']
Right. This error is to be expected since rocprofv1 does not have compatibility with MI300. This seems to be the same issue as reported in #325 which we found is a bug in rocprofv2, not Omniperf. If you feel this is not a duplicate issue, please re-open.
Describe the bug In the issue 325, it seems that you can use rocprofv1 to choose the kernels that are being profiled. But on the MI300X machine with gfx942, gfx942 only works with rocprofv2. gfx942 is not enabled in rocprofv1. When I use rocprofv2 and
-k
in omniperf, the kernels are not filtered. omniperf profile all of the kernels.Development Environment:
To Reproduce Steps to reproduce the behavior:
Expected behavior It pops out an error:
I have tried with rocprofv2, it would profile all kernels and that is not what I want.