I have added a GPU but the project doesn't use it

From BOINC Wiki
Revision as of 14:46, 4 February 2017 by Jord (talk | contribs) (Created page with "When you add a GPU, you need some requirements for BOINC to use it: * Drivers from the GPU manufacturer. * A BOINC project capable of using this GPU. * Telling the project & B...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

When you add a GPU, you need some requirements for BOINC to use it:

  • Drivers from the GPU manufacturer.
  • A BOINC project capable of using this GPU.
  • Telling the project & BOINC that it's all right to use the GPU.


Drivers

While Windows will probably install drivers for your GPU, these drivers are usually lacking the necessary components to do calculations on that hardware. This is done to make the drivers be available for a wide range of hardware. It's also that a lot of the components are open source, a thing that Microsoft doesn't like, and most of these components are direct competitors with things that Microsoft makes:
- OpenGL -> DirectX
- CUDA/OpenCL -> DirectComputing

So it is better to use the drivers from the GPU's manufacturer, being AMD (or ATI), Intel or Nvidia:
- AMD drivers
- Intel drivers
- Nvidia drivers

Wherever, try to make a clean installation of the drivers. This may be an option in the driver installer (mostly in the case of Nvidia drivers, and it's hidden away in a non-obvious place so read all the options carefully), but it may also require you to uninstall the previous drivers via Device Manager or Uninstall a program.