Improving RAJA integration with perf tools
PR: https://github.com/LLNL/RAJA/pull/1662 propagates the kernel naming API to all back-ends. For CUDA and HIP it is well defined as we can use the ROCTX and NVTX tools to name our kernels. We currently don't have tool support for the other back-ends. An area of future investigation is how we can better integrate with tools and provide kernel naming when running on other backends.
Maybe using caliper for other back-ends is a good option. Look at what we have and other options (plug-in interface to Sandia Perf Tools)
@artv3 should we close this issue or leave it open and update it?
I think we can close this now