1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-20 16:56:55 +01:00

Compare commits

..

1 Commits

Author SHA1 Message Date
201197bce0 Merge 32e6d58356 into ee4046fe92 2024-09-30 22:57:52 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -236,7 +236,7 @@ public:
template<class sobj> inline Lattice<vobj> & operator = (const sobj & r){
vobj vtmp;
vtmp = r;
#if 0
#if defined(GRID_HIP) || defined(GRID_CUDA) || defined (GRID_SYCL)
auto me = View(AcceleratorWrite);
accelerator_for(ss,me.size(),vobj::Nsimd(),{
auto stmp=coalescedRead(vtmp);

View File

@ -2,7 +2,7 @@
spack load c-lime
module load emacs
module load PrgEnv-gnu
module load rocm/6.0.0
module load rocm
module load cray-mpich
module load gmp
module load cray-fftw