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

Southern Islands support #43

Open
nadiamoe opened this issue Oct 11, 2019 · 1 comment
Open

Southern Islands support #43

nadiamoe opened this issue Oct 11, 2019 · 1 comment

Comments

@nadiamoe
Copy link
Contributor

nadiamoe commented Oct 11, 2019

Hello,

Thanks for the work you have done here, GPA is a really nice library. I see that you have added Volcanic Islands support in a recent release, and I was wondering if Southern Islands support for Vulkan is somewhere near in the roadmap.

I certainly know it's a kind of old architecture, but some GPUs using it (like E8860) are being actively used in the embedded/realtime world, so we would really appreciate support for them.

Thanks in advance for your time

@pusheax88
Copy link

I found comment in code:

// GPA Vk requires GFX8 or above (but also works on Hawaii)
if (GDT_HW_GENERATION_VOLCANICISLAND > hwGen && GDT_HAWAII != cardInfo.m_asicType)
{
GPA_LogError("Hardware not supported.");
}

I use southern islands gpu (r7 250) and spent my morning to find out that it's not even supported. Even though vulkan is working on that GPU (supported by driver).

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