1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 04:37:05 +01:00

SVE readme update

This commit is contained in:
nmeyer-ur
2020-06-18 11:23:08 +02:00
parent 465856331a
commit a87e45ba25
2 changed files with 3 additions and 5 deletions

View File

@ -182,6 +182,9 @@ int main (int argc, char ** argv)
auto nsimd = vComplex::Nsimd();
auto simdwidth = sizeof(vComplex);
std::cout<<GridLogMessage << "Nsimd "<< nsimd << std::endl;
std::cout<<GridLogMessage << "Simd width "<< simdwidth << std::endl;
// RF: Nd Wilson, Nd gauge, Nc colors
double data = volume * ((2*Nd+1)*Nd*Nc + 2*Nd*Nc*Nc) * simdwidth / nsimd * ncall / (1024.*1024.*1024.);