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.
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.