You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2018. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+11-5
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,9 @@ under the GNU General Public License, please see the files LICENSE and
15
15
DISCLAIMER for details. This README presents an introduction to compiling,
16
16
installing, and using QE-GPU.
17
17
18
-
**This version is compatible only with Quantum ESPRESSO 5.4**
19
-
20
18
## Supported GPU Architectures
21
19
22
-
GPU | gpu-arch |
20
+
GPU | gpu-arch |
23
21
:---:|:---:|
24
22
M2070 | Fermi |
25
23
M2070Q | Fermi |
@@ -30,12 +28,20 @@ installing, and using QE-GPU.
30
28
K40 | Kepler |
31
29
K40c | Kepler |
32
30
K80 | Kepler |
33
-
P100 (PCIe) | Pascal |
34
-
P100 (SMX2) | Pascal |
31
+
P100 (PCIe) | Pascal (CUDA 8.0 mandatory) |
32
+
P100 (SMX2) | Pascal (CUDA 8.0 mandatory)|
35
33
36
34
37
35
Any other GPU not listed in this table is **not** officially supported. The code may work but due to lack of proper double precision support or ECC the performance will not be ideal.
38
36
37
+
for more information about NVIDIA GPU, see [Wikipedia](https://en.wikipedia.org/wiki/Nvidia_Tesla)
0 commit comments