1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-16 21:06:54 +01:00

Merge branch 'sycl' of https://github.com/paboyle/Grid into sycl

This commit is contained in:
Peter Boyle
2020-06-10 12:58:13 -04:00
88 changed files with 2663 additions and 1359 deletions

View File

@@ -109,9 +109,8 @@ public:
ImportGauge(_Umu);
}
virtual RealD M(const FermionField &in, FermionField &out);
virtual RealD Mdag(const FermionField &in, FermionField &out);
virtual void M(const FermionField &in, FermionField &out);
virtual void Mdag(const FermionField &in, FermionField &out);
virtual void Mooee(const FermionField &in, FermionField &out);
virtual void MooeeDag(const FermionField &in, FermionField &out);
virtual void MooeeInv(const FermionField &in, FermionField &out);