1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Verbosity

This commit is contained in:
Peter Boyle 2021-10-29 02:23:08 +01:00
parent 0b905a72dd
commit 42d56ea6b6

View File

@ -238,7 +238,6 @@ inline typename vobj::scalar_objectD sumD_gpu(const vobj *lat, Integer osites)
if ( ok ) {
ret = sumD_gpu_internal(lat,osites);
} else {
std::cout << GridLogWarning << " dropping to summing word by word for large object size "<<sizeof(vobj)<<std::endl;
Vector<vector> buffer(osites);
vector *dat = (vector *)lat;
vector *buf = &buffer[0];