Commit ff7c52bb authored by Ahmad Siavashi's avatar Ahmad Siavashi

Merge branch 'master' into gpu_remoting

parents 189e9254 a42d5e27
...@@ -75,8 +75,10 @@ public class VideoCardTags { ...@@ -75,8 +75,10 @@ public class VideoCardTags {
switch (type) { switch (type) {
case NVIDIA_K1_CARD: case NVIDIA_K1_CARD:
mips *= NVIDIA_KEPLER_SMX_CUDA_CORES * 2; mips *= NVIDIA_KEPLER_SMX_CUDA_CORES * 2;
break;
case NVIDIA_K2_CARD: case NVIDIA_K2_CARD:
mips *= NVIDIA_KEPLER_SMX_CUDA_CORES * 2; mips *= NVIDIA_KEPLER_SMX_CUDA_CORES * 2;
break;
default: default:
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment