Skip to content

Commit

Permalink
Time unnormalized convolutions.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncbowman committed Dec 29, 2023
1 parent 45ea00a commit 1c6271a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mpi/tests/hybridconv2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ int main(int argc, char* argv[])
for(size_t i=0; i < N; ++i) {
utils::stopWatch *c;
if(main) c=new utils::stopWatch;
Convolve.convolve(f);
Convolve.convolveRaw(f);
if(main)
T.push_back(c->nanoseconds());
}
Expand All @@ -179,9 +179,6 @@ int main(int argc, char* argv[])
timings("Hybrid",d.X,T.data(),T.size(),stats);
T.clear();
}

if(Output)
show(f[0],d.X,d.y,group.active);
}

deleteAlign(f[0]); delete f;
Expand Down

0 comments on commit 1c6271a

Please sign in to comment.