1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-05-27 12:34:16 +01:00

Enable GRID_REDUCTION_TIMING unconditionally

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Peter Boyle
2026-05-18 22:14:00 -04:00
parent 1a8064d6d9
commit 796c6cae4e
+1 -2
View File
@@ -198,8 +198,7 @@ __global__ void reduceKernel(const vobj *lat, sobj *buffer, Iterator n) {
// Possibly promote to double and sum
/////////////////////////////////////////////////////////////////////////////////////////////////////////
// Uncomment to print per-phase timing for every sumD_gpu_small and sumD_gpu_large call.
// #define GRID_REDUCTION_TIMING
#define GRID_REDUCTION_TIMING
template <class vobj>
inline typename vobj::scalar_objectD sumD_gpu_small(const vobj *lat, Integer osites)