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

Fix ugly hack to disable 'AMD SUMO' GPU. #124

Open
coryan opened this issue Feb 18, 2017 · 0 comments
Open

Fix ugly hack to disable 'AMD SUMO' GPU. #124

coryan opened this issue Feb 18, 2017 · 0 comments

Comments

@coryan
Copy link
Owner

coryan commented Feb 18, 2017

On coryan@'s workstation the default GPU device is 'AMD SUMO', unfortunately this is a very underpowered GPU, it cannot handle any of the interesting tests, at least not with the amdgpu open source driver.

I put a hack in place to fallback to the best available GPU if AMD SUMO is returned. That should work as long as the workstation has a discrete GPU better than AMD SUMO. It should also work on workstations that do not have a AMD SUMO device, and should work on VMs or containers where the only device is a pocl-based CPU.

However, the hack is still pretty ugly and I would like to fix it in a better way, I just do not know of any.

coryan added a commit that referenced this issue Feb 18, 2017
Disable the AMD SUMO devices in tests by preferring BESTGPU
over them.  Left some comments to fix this hack (#124) later.
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

1 participant