GPUOpen-Tools / gpu_performance_api

GPU Performance API for AMD GPUs
MIT License
250 stars 46 forks source link

Radeon Pro WX 5100 not supported? #62

Open jjjighg opened 2 years ago

jjjighg commented 2 years ago

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.

PLohrmannAMD commented 2 years ago

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.

jjjighg commented 2 years ago

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?

PLohrmannAMD commented 2 years ago

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).

jjjighg commented 2 years ago

Thanks again.