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

Hand unrolled Nc=3 kernels support split phase compute (on-node, off-node).

This commit is contained in:
Peter Boyle
2017-04-22 09:05:28 -04:00
parent 53a785a3dd
commit 1d1b225497
3 changed files with 129 additions and 1 deletions

View File

@ -166,11 +166,12 @@ int main (int argc, char ** argv)
std::cout << GridLogMessage<< "*****************************************************************" <<std::endl;
DomainWallFermionR Dw(Umu,*FGrid,*FrbGrid,*UGrid,*UrbGrid,mass,M5);
int ncall =1000;
int ncall =100;
if (1) {
FGrid->Barrier();
Dw.ZeroCounters();
Dw.Dhop(src,result,0);
std::cout<<GridLogMessage<<"Called warmup"<<std::endl;
double t0=usecond();
for(int i=0;i<ncall;i++){
__SSC_START;