Searched refs:gpuArchCoresPerSM (Results 1 – 1 of 1) sorted by relevance
938 …SMtoCores gpuArchCoresPerSM[] = { { 0x10, 8 }, { 0x11, 8 }, { 0x12, 8 }, { 0x13, 8 }, { 0x20,… in convertSMVer2Cores() local941 while (gpuArchCoresPerSM[index].SM != -1) in convertSMVer2Cores()943 if (gpuArchCoresPerSM[index].SM == ((major << 4) + minor) ) in convertSMVer2Cores()944 return gpuArchCoresPerSM[index].Cores; in convertSMVer2Cores()