reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
911 if (Nvec == 0) 912 Nvec = 2; 913 int Nr = ceil(sqrt((double)(Nvec * LatencyVectorFma * ThroughputVectorFma)) / 914 Nvec) * 915 Nvec; 916 int Mr = ceil((double)(Nvec * LatencyVectorFma * ThroughputVectorFma / Nr));