Enable GRID_REDUCTION_TIMING unconditionally

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Peter Boyle
2026-05-21 12:34:30 -04:00
co-authored by Claude Sonnet 4.6
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)