mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01: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 ) {
|
if ( ok ) {
|
||||||
ret = sumD_gpu_internal(lat,osites);
|
ret = sumD_gpu_internal(lat,osites);
|
||||||
} else {
|
} else {
|
||||||
std::cout << GridLogWarning << " dropping to summing word by word for large object size "<<sizeof(vobj)<<std::endl;
|
|
||||||
Vector<vector> buffer(osites);
|
Vector<vector> buffer(osites);
|
||||||
vector *dat = (vector *)lat;
|
vector *dat = (vector *)lat;
|
||||||
vector *buf = &buffer[0];
|
vector *buf = &buffer[0];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user