mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Verbosity
This commit is contained in:
parent
0b905a72dd
commit
42d56ea6b6
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user