can I use two GPU even if they are not the same type

Message boards : Questions and problems : can I use two GPU even if they are not the same type
Message board moderation

To post messages, you must log in.

AuthorMessage
jasond

Send message
Joined: 15 Dec 18
Posts: 4
United States
Message 89221 - Posted: 15 Dec 2018, 18:10:56 UTC

I have an AMD 580 and an AMD R9 Fury X can they both run on my computer to help solve problems here? Is there something special I have to do?

jason
ID: 89221 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15483
Netherlands
Message 89222 - Posted: 15 Dec 2018, 18:27:52 UTC - in response to Message 89221.  
Last modified: 15 Dec 2018, 18:28:16 UTC

BOINC can use both of them, but not outright. You'll have to add the use_all_gpus switch to the cc_config.xml file.
To do so, go to your BOINC data directory (for default directories, look here), and check if you don't already have a file called cc_config.xml (or cc_config with extension hidden).
If you do, open it with Notepad or another ASCII text editor, scroll all the way down until you see the line
<use_all_gpus>0</use_all_gpus>
and change the 0 (zero) to one (1), then save the file.
<use_all_gpus>1</use_all_gpus>


Next make sure you installed drivers for the GPUs from the AMD website. Drivers installed by Windows for instance lack the needed OpenCL component.
With that done, exit & restart BOINC, or reboot the computer.

If you don't have a cc_config.xml file, make one. Open Notepad or another ASCII text editor.
In it add:
<cc_config>
<log_flags>
</log_flags>
<options>
<use_all_gpus>1</use_all_gpus>
</options>
</cc_config>

Save this file as cc_config.xml into your BOINC Data directory. Save in ANSI format, as an All Types - this prevents an extra .txt extension to be added.

If you do have a cc_config.xml file but not the use_all_gpus line, then add that to the options section and save the file.
<use_all_gpus>1</use_all_gpus>

ID: 89222 · Report as offensive
jasond

Send message
Joined: 15 Dec 18
Posts: 4
United States
Message 89234 - Posted: 16 Dec 2018, 19:08:02 UTC - in response to Message 89222.  

Thank you for the great information on how to do it. I'm tempted to give it a try . Once they are running how can I tell if they are both being used?

Jason
ID: 89234 · Report as offensive
Profile Dave
Help desk expert

Send message
Joined: 28 Jun 10
Posts: 2540
United Kingdom
Message 89235 - Posted: 16 Dec 2018, 19:11:54 UTC - in response to Message 89234.  

Once they are running how can I tell if they are both being used?


I don't have any suitable gpu's but my guess would be that you see tasks that are running on each.
ID: 89235 · Report as offensive

Message boards : Questions and problems : can I use two GPU even if they are not the same type

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.