58a59,73
>
> /**
> * the profiler uses GPUCoalescer code even
> * though the GPUCoalescer is not built for
> * all ISAs, which can lead to run/link time
> * errors. here we guard the coalescer code
> * with ifdefs as there is no easy way to
> * refactor this code without removing
> * GPUCoalescer stats from the profiler.
> *
> * eventually we should use probe points
> * here, but until then these ifdefs will
> * serve.
> */
> #ifdef BUILD_GPU
59a75,76
> #endif
>
363a381
> #ifdef BUILD_GPU
367a386
> #endif
426c445
<
---
> #ifdef BUILD_GPU
466a486
> #endif