paboyle / Grid

Data parallel C++ mathematical object library
GNU General Public License v2.0
149 stars 106 forks source link

Instrument CG and linear operation for flops count #54

Open coppolachan opened 7 years ago

coppolachan commented 7 years ago

Add the info of flops count to the solvers and HMC routines. Added here as a memo for everyone.

paboyle commented 7 years ago

Agree.

coppolachan commented 7 years ago

This is going to be on 0.7.0, not on 0.6.0. Moving the milestone.

paboyle commented 7 years ago

Kate Clark gave a nice talk at SciDAC about a generic and coherent implementation of flop & time counting in QUDA. Similar but more systematic than the Report functionality in our fermion operators. Worth considering.