1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-06-18 01:43:43 +01:00

Make disable accelerator aware mpi compile for CUDA

This commit is contained in:
Peter Boyle
2026-06-17 20:46:14 +02:00
parent 41e570ddce
commit 7dd35ef749
+6
View File
@@ -438,5 +438,11 @@ inline typename vobj::scalar_object sum_gpu_large(const vobj *lat, Integer osite
result = sumD_gpu_large(lat,osites);
return result;
}
template<class Word> Word checksum_gpu(Word *vec,uint64_t L)
{
Word w;
bzero(&w,sizeof(w));
return w;
}
NAMESPACE_END(Grid);