mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-15 06:17:05 +01:00
First compile against SYCL
This commit is contained in:
@ -41,7 +41,7 @@ int main (int argc, char ** argv)
|
||||
#define LADD (8)
|
||||
|
||||
int64_t Nwarm=20;
|
||||
int64_t Nloop=500;
|
||||
int64_t Nloop=50;
|
||||
|
||||
Coordinate simd_layout = GridDefaultSimd(Nd,vComplex::Nsimd());
|
||||
Coordinate mpi_layout = GridDefaultMpi();
|
||||
|
Reference in New Issue
Block a user