HomeSort by relevance Sort by last modified time
    Searched refs:Cores (Results 1 - 2 of 2) sorted by null

  /system/extras/tests/workloads/
pwrtest.sh 162 echo enabled Cores $(adb shell "cat /sys/devices/system/cpu/online")
  /external/opencv3/modules/core/src/
cuda_info.cpp 932 // Defines for GPU Architecture types (using the SM version to determine the # of cores per SM
935 int Cores;
944 return gpuArchCoresPerSM[index].Cores;
992 int cores = convertSMVer2Cores(prop.major, prop.minor);
993 if (cores > 0)
994 printf(" (%2d) Multiprocessors x (%2d) CUDA Cores/MP: %d CUDA Cores\n", prop.multiProcessorCount, cores, cores * prop.multiProcessorCount);
1065 int cores = convertSMVer2Cores(prop.major, prop.minor)
    [all...]

Completed in 3311 milliseconds