aed43a6810d1df4a354bca30bf4c20c193653835
gpu.md
... | ... | @@ -4,15 +4,18 @@ GPU-accelerated computing uses a graphics processing unit (GPU) to accelerate co |
4 | 4 | |
5 | 5 | ### Requirements for GPU (CUDA) applications |
6 | 6 | |
7 | -1. To use GPU-accelerated applications, you will need an NVIDIA GPU. We don't currently support other co-processors (Xeon Phi, AMD). If you think we should, let us know at bugs@sbgrid.org . |
|
7 | +**NVIDIA Hardware** |
|
8 | + |
|
9 | +To use GPU-accelerated applications, you will need an NVIDIA GPU. We don't currently support other co-processors (Xeon Phi, AMD). If you think we should, let us know at bugs@sbgrid.org . |
|
8 | 10 | |
9 | 11 | Not all GPUs are created equal - some applications are restricted to GPUs with a certain 'Compute Capability (i.e. of 3.5 or greater)'. You can check your card's rating and find more information on GPU computing here : [https://developer.nvidia.com/cuda-gpus](https://developer.nvidia.com/cuda-gpus) |
10 | 12 | |
11 | -2. Drivers |
|
13 | +**Drivers** |
|
14 | + |
|
12 | 15 | You linux workstation must have the proper drivers for your GPU. You can find drivers for your card here : [https://developer.nvidia.com/cuda-zone](https://developer.nvidia.com/cuda-zone) |
13 | 16 | |
14 | 17 | We currently support applications that rely on versions of CUDA 5 to 8 and these libraries are included with the SBGrid distribution. For best results, it is important to have a recent driver version if possible. |
15 | 18 | |
16 | 19 | For more information on GPUs and RELION, check Erik Lindahl's blog at the Department of Biochemistry & Biophysics, Stockholm University, [http://www.cryoem.se/relion-gpu](http://www.cryoem.se/relion-gpu) |
17 | 20 | |
18 | -GPU questions? Please email *bugs@sbgrid.org* |
|
21 | +GPU questions? Want to use GPU support in an application and it's not working? Please email *bugs@sbgrid.org* |