Is there an API to retrieve the kernel names (from CUPTI_ACTIVITY_KIND_CONCURRENT_KERNEL) without the name mangling?
Unfortunately, there is no CUPTI interface that provides demangled kernel names. You can use standard C++ demanglers for this purpose.