Commit eebe16aa authored by Ahmad Siavashi's avatar Ahmad Siavashi

minor fix

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