mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-27 14:15:55 +01:00
Remove debug code
This commit is contained in:
parent
5e8437029f
commit
be37dfb6f8
@ -108,11 +108,6 @@ inline ComplexD innerProduct(const Lattice<vobj> &left,const Lattice<vobj> &righ
|
|||||||
const uint64_t nsimd = grid->Nsimd();
|
const uint64_t nsimd = grid->Nsimd();
|
||||||
const uint64_t sites = grid->oSites();
|
const uint64_t sites = grid->oSites();
|
||||||
|
|
||||||
typename vobj::scalar_object f;
|
|
||||||
typename vobj::scalar_objectD d;
|
|
||||||
f=Zero();
|
|
||||||
d=f;
|
|
||||||
|
|
||||||
#ifdef GRID_NVCC
|
#ifdef GRID_NVCC
|
||||||
// GPU - SIMT lane compliance...
|
// GPU - SIMT lane compliance...
|
||||||
typedef decltype(innerProduct(left_v[0],right_v[0])) inner_t;
|
typedef decltype(innerProduct(left_v[0],right_v[0])) inner_t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user