gpu_performance_api icon indicating copy to clipboard operation
gpu_performance_api copied to clipboard

Radeon Pro WX 5100 not supported?

Open jjjighg opened this issue 3 years ago • 4 comments
trafficstars

Hello, I got several error messages when using renderdoc + gpa.

OpenGL driver version is too old. Plesase update your driver. Unable to obtain asic infomation. Unable to get hardware information from the API. Device not supported. Open context for counters failed. GPA Error: Hardware Not Supported.

System Info: Ubuntu-20.04.3 renderdoc-v1.17 amdgpu-install_21.40.2.40502-1_all.deb mesa-21.3.0-devel Radeon Pro WX 5100 device id is 0x67c7, revision id is 0x00.

jjjighg avatar Jan 05 '22 07:01 jjjighg

Thank you for reporting these issues.

The "OpenGL driver version is too old" issue should be fixed in our next release of the GPU Performance API.

The Radeon Pro WX 5100 is among the older cards that we support, but it should still be supported. The faulty handling of the driver versioning also caused GPA to be unable to use other methods to determine if the hardware was supported, hence the additional errors you see.

I believe that the Mesa driver should properly support GPA for that hardware, but I could be wrong. I'll try to get ahold of the same card internally so that we can test it.

PLohrmannAMD avatar Jan 06 '22 19:01 PLohrmannAMD

Thanks for your replay. I'm looking forward to the next release of the GPU Performance API. BTW, ADL cannot get asicInfoList because libatiadlxx.so is missing, Will libatiadlxx.so be added to the next release?

jjjighg avatar Jan 07 '22 06:01 jjjighg

Interesting. We have not seen that, but will look into it. I believe that is our fallback approach if we can't get the necessary information from the driver directly (which is the case here since GPA is wrongly detecting the driver version).

PLohrmannAMD avatar Jan 07 '22 19:01 PLohrmannAMD

Thanks again.

jjjighg avatar Jan 08 '22 02:01 jjjighg