Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Radeon Pro WX 5100 not supported? #62

Open
jjjighg opened this issue Jan 5, 2022 · 4 comments
Open

Radeon Pro WX 5100 not supported? #62

jjjighg opened this issue Jan 5, 2022 · 4 comments

Comments

@jjjighg
Copy link

jjjighg commented Jan 5, 2022

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
Copy link
Contributor

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
Copy link
Author

jjjighg commented Jan 7, 2022

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
Copy link
Contributor

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
Copy link
Author

jjjighg commented Jan 8, 2022

Thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants