1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-15 14:27:06 +01:00

Wilson perf improvements with Gauge prefetching

This commit is contained in:
Peter Boyle
2015-05-06 06:37:21 +01:00
parent cdd5cdeda2
commit 52403d587c
14 changed files with 2819 additions and 3386 deletions

View File

@ -76,7 +76,7 @@ int main (int argc, char ** argv)
WilsonMatrix Dw(Umu,mass);
std::cout << "Calling Dw"<<std::endl;
int ncall=100;
int ncall=10000;
double t0=usecond();
for(int i=0;i<ncall;i++){
Dw.multiply(src,result);