Commit c5aee0a8 authored by Ahmad Siavashi's avatar Ahmad Siavashi

Merge branch 'master' into gpu_remoting

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