Commit a42d5e27 authored by Ahmad Siavashi's avatar Ahmad Siavashi

minor fix

parent a58c4742
......@@ -75,8 +75,10 @@ public class VideoCardTags {
switch (type) {
case NVIDIA_K1_CARD:
mips *= NVIDIA_KEPLER_SMX_CUDA_CORES * 2;
break;
case NVIDIA_K2_CARD:
mips *= NVIDIA_KEPLER_SMX_CUDA_CORES * 2;
break;
default:
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