mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Comment
This commit is contained in:
parent
9ada378e38
commit
68c028b0a6
@ -208,6 +208,7 @@ void operator() (LinearOperatorBase<Field> &Linop, const Field &src, std::vector
|
|||||||
cp=c;
|
cp=c;
|
||||||
MatrixTimer.Start();
|
MatrixTimer.Start();
|
||||||
//Linop.HermOpAndNorm(p,mmp,d,qq); // d is used
|
//Linop.HermOpAndNorm(p,mmp,d,qq); // d is used
|
||||||
|
// The below is faster on KNL
|
||||||
Linop.HermOp(p,mmp);
|
Linop.HermOp(p,mmp);
|
||||||
d=real(innerProduct(p,mmp));
|
d=real(innerProduct(p,mmp));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user